com.oakgrovesystems.reactor
Class FailedRequestException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oakgrovesystems.reactor.FailedRequestException
All Implemented Interfaces:
java.io.Serializable

public class FailedRequestException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
FailedRequestException(int code)
           
FailedRequestException(int code, java.lang.String debugInfo)
           
FailedRequestException(int code, java.lang.String debugInfo, java.lang.Throwable t)
           
 
Method Summary
 int getCodeNumber()
           
 java.lang.String getDebugInfo()
           
 com.oakgrovesystems.reactor.ReactorResponse getResponseObj()
           
 java.lang.String getUserMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailedRequestException

public FailedRequestException(int code,
                              java.lang.String debugInfo,
                              java.lang.Throwable t)

FailedRequestException

public FailedRequestException(int code,
                              java.lang.String debugInfo)

FailedRequestException

public FailedRequestException(int code)
Method Detail

getResponseObj

public com.oakgrovesystems.reactor.ReactorResponse getResponseObj()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable

getCodeNumber

public int getCodeNumber()

getUserMessage

public java.lang.String getUserMessage()

getDebugInfo

public java.lang.String getDebugInfo()


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.