rpc
Class FaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by rpc.RpcException
                  extended by rpc.FaultException
All Implemented Interfaces:
java.io.Serializable, FaultCodes

public class FaultException
extends RpcException
implements FaultCodes

See Also:
Serialized Form

Field Summary
 int status
           
 
Fields inherited from interface rpc.FaultCodes
BAD_ACTIVITY_ID, INVALID_CHECKSUM, INVALID_CRC, INVALID_PRESENTATION_CONTEXT_ID, MANAGER_NOT_ENTERED, OPERATION_RANGE_ERROR, OUTPUT_ARGUMENTS_TOO_BIG, PROTOCOL_ERROR, RPC_VERSION_MISMATCH, SERVER_TOO_BUSY, UNKNOWN_INTERFACE, UNSPECIFIED_REJECTION, UNSUPPORTED_AUTHENTICATION_LEVEL, UNSUPPORTED_TYPE, WHO_ARE_YOU_FAILED, WRONG_BOOT_TIME, YOU_CRASHED
 
Constructor Summary
FaultException()
           
FaultException(java.lang.String message)
           
FaultException(java.lang.String message, int status)
           
FaultException(java.lang.String message, int status, byte[] stub)
           
 
Method Summary
 byte[] getStub()
           
 
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

status

public int status
Constructor Detail

FaultException

public FaultException()

FaultException

public FaultException(java.lang.String message)

FaultException

public FaultException(java.lang.String message,
                      int status)

FaultException

public FaultException(java.lang.String message,
                      int status,
                      byte[] stub)
Method Detail

getStub

public byte[] getStub()