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 Summary
ConstructorsConstructorDescriptionServerException
(String message, String translatedMsg) ServerException
(String message, String translatedMsg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServerException
-
ServerException
-
-
Method Details
-
getTranslatedMessage
-