com.sonicsw.esb.mgmtapi
Class ESBAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sonicsw.esb.mgmtapi.ESBAPIException
- All Implemented Interfaces:
- java.io.Serializable
public class ESBAPIException
- extends java.lang.RuntimeException
Report exceptions encountered by ESBAPI methods.
An optional context ESBAPIContext
provides additional details about the actual failure circumstances.
- 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 |
ESBAPIException
public ESBAPIException(java.lang.Exception cause,
ESBAPIContext context)
ESBAPIException
public ESBAPIException(java.lang.String message,
ESBAPIContext context)
ESBAPIException
public ESBAPIException(ESBAPIContext context)
ESBAPIException
public ESBAPIException(java.lang.Exception cause)
ESBAPIException
public ESBAPIException(java.lang.String message)
getContext
public ESBAPIContext getContext()
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.