com.ibm.websphere.exception

Class ExceptionInstantiationException

  • All Implemented Interfaces:
    DistributedExceptionEnabled, java.io.Serializable


    public class ExceptionInstantiationException
    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 Detail

      • ExceptionInstantiationException

        public ExceptionInstantiationException()
        Default constructor.
      • ExceptionInstantiationException

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

        public ExceptionInstantiationException(java.lang.String resourceBundleName,
                                       java.lang.String resourceKey,
                                       java.lang.Object[] formatArguments,
                                       java.lang.String defaultText)
        Constructor with message text.
        Parameters:
        s - java.lang.String
      • ExceptionInstantiationException

        public 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.
        Parameters:
        text - java.lang.String
        exception - java.lang.Throwable
      • ExceptionInstantiationException

        public ExceptionInstantiationException(java.lang.String message,
                                       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

        public ExceptionInstantiationException(java.lang.Throwable exception)
        Constructor with previous exception.
        Parameters:
        exception - java.lang.Throwable
IBM WebSphere Application ServerTM
Release 8.5