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,- java.io.Serializable
 
 public class ExceptionInstantiationException extends DistributedException 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 v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: IBM Corporation - initial API and implementation- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor 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.DistributedExceptiongetException, getExceptionInfo, getMessage, getOriginalException, getPreviousException, printStackTrace, printStackTrace, printStackTrace, printSuperStackTrace, printSuperStackTrace, setDefaultMessage, setLocalizationInfo
 
- 
 
- 
- 
- 
Constructor Detail- 
ExceptionInstantiationExceptionpublic ExceptionInstantiationException() Default constructor.
 - 
ExceptionInstantiationExceptionpublic ExceptionInstantiationException(java.lang.String message) Constructor with a message.- Parameters:
- message- java.lang.String Message text
 
 - 
ExceptionInstantiationExceptionpublic 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
 
 - 
ExceptionInstantiationExceptionpublic 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
 
 - 
ExceptionInstantiationExceptionpublic 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
 
 - 
ExceptionInstantiationExceptionpublic ExceptionInstantiationException(java.lang.Throwable exception) Constructor with previous exception.- Parameters:
- exception- java.lang.Throwable
 
 
- 
 
-