Package com.ibm.websphere.exception
Class ExceptionInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.exception.DistributedException
com.ibm.websphere.exception.ExceptionInstantiationException
- All Implemented Interfaces:
DistributedExceptionEnabled
,Serializable
Copyright (c) 2000, 2005 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.ExceptionInstantiationException
(String message) Constructor with a message.ExceptionInstantiationException
(String resourceBundleName, String resourceKey, Object[] formatArguments, String defaultText) Constructor with message text.ExceptionInstantiationException
(String resourceBundleName, String resourceKey, Object[] formatArguments, String defaultText, Throwable exception) Constructor with message text and previous exception.ExceptionInstantiationException
(String message, Throwable exception) Constructor with a message and an exception to be chained.ExceptionInstantiationException
(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ExceptionInstantiationException
public ExceptionInstantiationException()Default constructor. -
ExceptionInstantiationException
Constructor with a message.- Parameters:
message
- java.lang.String Message text
-
ExceptionInstantiationException
public ExceptionInstantiationException(String resourceBundleName, String resourceKey, Object[] formatArguments, String defaultText) Constructor with message text.- Parameters:
s
- java.lang.String
-
ExceptionInstantiationException
public ExceptionInstantiationException(String resourceBundleName, String resourceKey, Object[] formatArguments, String defaultText, Throwable exception) Constructor with message text and previous exception.- Parameters:
text
- java.lang.Stringexception
- java.lang.Throwable
-
ExceptionInstantiationException
Constructor with a message and an exception to be chained.- Parameters:
message
- The message for this exceptionexception
- java.lang.Throwable The exception to be chained
-
ExceptionInstantiationException
Constructor with previous exception.- Parameters:
exception
- java.lang.Throwable
-