asit.moa.client.exception
Class RequestException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byasit.moa.client.exception.RequestException
All Implemented Interfaces:
Serializable

public class RequestException
extends Exception

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
See Also:
Serialized Form

Field Summary
protected  int code_
           
 
Constructor Summary
RequestException()
           
RequestException(int code, String message)
           
RequestException(String arg0)
           
RequestException(String arg0, Throwable arg1)
           
RequestException(Throwable arg0)
           
 
Method Summary
 int getCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code_

protected int code_
Constructor Detail

RequestException

public RequestException(int code,
                        String message)

RequestException

public RequestException()

RequestException

public RequestException(String arg0)
Parameters:
arg0 -

RequestException

public RequestException(Throwable arg0)
Parameters:
arg0 -

RequestException

public RequestException(String arg0,
                        Throwable arg1)
Parameters:
arg0 -
arg1 -
Method Detail

getCode

public int getCode()


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.