com.ibm.websphere.exception

Class ExceptionInstantiationException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.websphere.exception.DistributedException
  5. extended bycom.ibm.websphere.exception.ExceptionInstantiationException
All implemented interfaces:
DistributedExceptionEnabled, java.io.Serializable

  1. public class ExceptionInstantiationException
  2. extends DistributedException
Exception - ExceptionInstantiationException This indicates that an exception was thrown when trying to instantiate a previous exception in a chain of exceptions. The specific exception can by retrieved using getPreviousException().
See Also:
Serialized Form

Constructor Summary

Constructor and Description
ExceptionInstantiationException()
Default constructor.
ExceptionInstantiationException(java.lang.String message)
Constructor with a message.
ExceptionInstantiationException(java.lang.String resourceBundleName,java.lang.String resourceKey,java.lang.Object[] formatArguments,java.lang.String defaultText)
Constructor with message text.
ExceptionInstantiationException(java.lang.String resourceBundleName,java.lang.String resourceKey,java.lang.Object[] formatArguments,java.lang.String defaultText,java.lang.Throwable exception)
Constructor with message text and previous exception.
ExceptionInstantiationException(java.lang.String message,java.lang.Throwable exception)
Constructor with a message and an exception to be chained.
ExceptionInstantiationException(java.lang.Throwable exception)
Constructor with previous exception.

Method Summary

Methods inherited from class com.ibm.websphere.exception.DistributedException
getException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

ExceptionInstantiationException

  1. public ExceptionInstantiationException( )
Default constructor.

ExceptionInstantiationException

  1. public ExceptionInstantiationException( java.lang.String message)
Constructor with a message.
Parameters:
message - java.lang.String Message text

ExceptionInstantiationException

  1. public ExceptionInstantiationException( java.lang.String resourceBundleName,
  2. java.lang.String resourceKey,
  3. java.lang.Object[] formatArguments,
  4. java.lang.String defaultText)
Constructor with message text.

ExceptionInstantiationException

  1. public ExceptionInstantiationException( java.lang.String resourceBundleName,
  2. java.lang.String resourceKey,
  3. java.lang.Object[] formatArguments,
  4. java.lang.String defaultText,
  5. java.lang.Throwable exception)
Constructor with message text and previous exception.

ExceptionInstantiationException

  1. public ExceptionInstantiationException( java.lang.String message,
  2. java.lang.Throwable exception)
Constructor with a message and an exception to be chained.
Parameters:
message - The message for this exception
exception - java.lang.Throwable The exception to be chained

ExceptionInstantiationException

  1. public ExceptionInstantiationException( java.lang.Throwable exception)
Constructor with previous exception.
Parameters:
exception - java.lang.Throwable