Class ServerException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor 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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTranslatedMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()