com.ibm.wsspi.kernel.embeddable

Class ServerException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjava.lang.RuntimeException
  5. extended bycom.ibm.wsspi.kernel.embeddable.ServerException
All implemented interfaces:
java.io.Serializable

  1. public abstract class ServerException
  2. extends java.lang.RuntimeException
Exception that encapsulates an issue encountered by the runtime while processing a server operation.
See Also:
Serialized Form

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
  1. java.lang.String
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

  1. public ServerException(java.lang.String message,
  2. java.lang.String translatedMsg,
  3. java.lang.Throwable cause)

ServerException

  1. public ServerException(java.lang.String message,
  2. java.lang.String translatedMsg)

Method Detail

getTranslatedMessage

  1. public java.lang.String getTranslatedMessage( )