Sonic ESB API

com.sonicsw.esb.mgmtapi
Class ESBAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ESBAPIException(ESBAPIContext context)
           
ESBAPIException(java.lang.Exception cause)
           
ESBAPIException(java.lang.Exception cause, ESBAPIContext context)
           
ESBAPIException(java.lang.String message)
           
ESBAPIException(java.lang.String message, ESBAPIContext context)
           
 
Method Summary
 ESBAPIContext getContext()
           
 
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

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)
Method Detail

getContext

public ESBAPIContext getContext()

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.