org.openanzo.endpoint
Class EndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.endpoint.EndpointException
All Implemented Interfaces:
java.io.Serializable

public class EndpointException
extends java.lang.Exception

Author:
Wing Yung (wingyung@us.ibm.com)
See Also:
Serialized Form

Constructor Summary
EndpointException()
           
EndpointException(int errorCode)
           
EndpointException(int errorCode, java.lang.String message)
           
EndpointException(int errorCode, java.lang.String message, java.lang.Throwable cause)
           
EndpointException(int errorCode, java.lang.Throwable cause)
           
EndpointException(java.lang.String message)
           
EndpointException(java.lang.String message, java.lang.Throwable cause)
           
EndpointException(java.lang.Throwable cause)
           
 
Method Summary
 int getHttpErrorCode()
           
 boolean hasHttpErrorCode()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointException

public EndpointException(java.lang.String message)

EndpointException

public EndpointException()

EndpointException

public EndpointException(java.lang.String message,
                         java.lang.Throwable cause)

EndpointException

public EndpointException(java.lang.Throwable cause)

EndpointException

public EndpointException(int errorCode,
                         java.lang.String message)

EndpointException

public EndpointException(int errorCode)

EndpointException

public EndpointException(int errorCode,
                         java.lang.String message,
                         java.lang.Throwable cause)

EndpointException

public EndpointException(int errorCode,
                         java.lang.Throwable cause)
Method Detail

getHttpErrorCode

public int getHttpErrorCode()

hasHttpErrorCode

public boolean hasHttpErrorCode()


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.