Class LoggingAdminIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.logging.admin.stub.LoggingAdminIOException
-
- All Implemented Interfaces:
Serializable
public class LoggingAdminIOException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggingAdminIOException()
LoggingAdminIOException(String s)
LoggingAdminIOException(String s, Throwable ex)
LoggingAdminIOException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingAdminIOException
getFaultMessage()
void
setFaultMessage(LoggingAdminIOException 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(LoggingAdminIOException msg)
-
getFaultMessage
public LoggingAdminIOException getFaultMessage()
-
-