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:
java.io.Serializable
- public abstract class ServerException
- extends java.lang.RuntimeException
See Also:
Constructor Summary
Constructor and Description |
---|
ServerException(java.lang.String message,java.lang.String translatedMsg)
|
ServerException(java.lang.String message,java.lang.String translatedMsg,java.lang.Throwable cause)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getTranslatedMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
ServerException
- public ServerException(java.lang.String message,
- java.lang.String translatedMsg,
- java.lang.Throwable cause)
ServerException
- public ServerException(java.lang.String message,
- java.lang.String translatedMsg)
Method Detail
getTranslatedMessage
- public java.lang.String getTranslatedMessage( )