Package com.ibm.wsspi.kernel.embeddable
Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.wsspi.kernel.embeddable.ServerException
- All Implemented Interfaces:
- Serializable
Exception that encapsulates an issue encountered by the runtime
 while processing a server operation.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionServerException(String message, String translatedMsg) ServerException(String message, String translatedMsg, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServerException
- 
ServerException
 
- 
- 
Method Details- 
getTranslatedMessage
 
-