com.infoengine.au.delegateprovider
Class CmdDelegateProviderErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.JspException
              extended bycom.infoengine.util.IEException
                  extended bycom.infoengine.au.delegateprovider.CommandDelegateProviderException
                      extended bycom.infoengine.au.delegateprovider.CmdDelegateProviderErrorException
All Implemented Interfaces:
LocalizableMessage, Serializable

public class CmdDelegateProviderErrorException
extends CommandDelegateProviderException
implements Serializable

Thrown to indicate an error occurred while processing a Command Delegate Provider request. This exception class is used for errors that do not fit with a more specific exception class. This exception object typically contains a nested exception object that provides information about the error.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class com.infoengine.util.IEException
GETMESSAGE_LINE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class javax.servlet.jsp.JspException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CmdDelegateProviderErrorException()
          Constructs a new exception.
CmdDelegateProviderErrorException(String s)
          Constructs a new exception with a string.
CmdDelegateProviderErrorException(String rb, String key, Object[] params)
          Constructs a new exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
CmdDelegateProviderErrorException(Throwable t)
          Constructs a new exception with a nested exception.
CmdDelegateProviderErrorException(Throwable t, String s)
          Constructs a new exception with a nested exception and a string.
CmdDelegateProviderErrorException(Throwable t, String rb, String key, Object[] params)
          Constructs a new exception, with a nested exception, from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.
 
Methods inherited from class com.infoengine.util.IEException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getmessage, getMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

CmdDelegateProviderErrorException

public CmdDelegateProviderErrorException()
Constructs a new exception.

Supported API: false


CmdDelegateProviderErrorException

public CmdDelegateProviderErrorException(String s)
Constructs a new exception with a string.

Supported API: false

Parameters:
s -

CmdDelegateProviderErrorException

public CmdDelegateProviderErrorException(String rb,
                                         String key,
                                         Object[] params)
Constructs a new exception from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.

Supported API: false

Parameters:
rb -
key -
params -

CmdDelegateProviderErrorException

public CmdDelegateProviderErrorException(Throwable t)
Constructs a new exception with a nested exception.

Supported API: false

Parameters:
t -

CmdDelegateProviderErrorException

public CmdDelegateProviderErrorException(Throwable t,
                                         String s)
Constructs a new exception with a nested exception and a string.

Supported API: false

Parameters:
t -
s -

CmdDelegateProviderErrorException

public CmdDelegateProviderErrorException(Throwable t,
                                         String rb,
                                         String key,
                                         Object[] params)
Constructs a new exception, with a nested exception, from a resource bundle, its key, and an array of objects for insertion into the keyed resource bundle's message.

Supported API: false

Parameters:
t -
rb -
key -
params -