Class ServerException

All Implemented Interfaces:
Serializable

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

    • ServerException

      public ServerException(String message, String translatedMsg, Throwable cause)
    • ServerException

      public ServerException(String message, String translatedMsg)
  • Method Details

    • getTranslatedMessage

      public String getTranslatedMessage()