Class RemoteLoggingConfigIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.logging.remote.config.stub.RemoteLoggingConfigIOException
-
- All Implemented Interfaces:
Serializable
public class RemoteLoggingConfigIOException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteLoggingConfigIOException()
RemoteLoggingConfigIOException(String s)
RemoteLoggingConfigIOException(String s, Throwable ex)
RemoteLoggingConfigIOException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteLoggingConfigIOException
getFaultMessage()
void
setFaultMessage(RemoteLoggingConfigIOException msg)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setFaultMessage
public void setFaultMessage(RemoteLoggingConfigIOException msg)
-
getFaultMessage
public RemoteLoggingConfigIOException getFaultMessage()
-
-