Package org.wso2.carbon.logging.service
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteLoggingServerException(String message)RemoteLoggingServerException(String message, String description, String errorCode)RemoteLoggingServerException(String message, String description, String errorCode, Throwable cause)RemoteLoggingServerException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-