Class RemoteLoggingServerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.logging.service.RemoteLoggingServerException
All Implemented Interfaces:
Serializable

public class RemoteLoggingServerException extends Exception
Remote logging server exception.
See Also:
  • Constructor Details

    • RemoteLoggingServerException

      public RemoteLoggingServerException(String message)
    • RemoteLoggingServerException

      public RemoteLoggingServerException(String message, Throwable cause)
    • RemoteLoggingServerException

      public RemoteLoggingServerException(String message, String description, String errorCode)
    • RemoteLoggingServerException

      public RemoteLoggingServerException(String message, String description, String errorCode, Throwable cause)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • getDescription

      public String getDescription()