org.openanzo.endpoint
Class EndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)
getHttpErrorCode
public int getHttpErrorCode()
hasHttpErrorCode
public boolean hasHttpErrorCode()
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.