org.wso2.carbon.logging.admin.stub
Class LoggingAdminException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.logging.admin.stub.LoggingAdminException
All Implemented Interfaces:
Serializable

public class LoggingAdminException
extends Exception

See Also:
Serialized Form

Constructor Summary
LoggingAdminException()
           
LoggingAdminException(String s)
           
LoggingAdminException(String s, Throwable ex)
           
LoggingAdminException(Throwable cause)
           
 
Method Summary
 LoggingAdminExceptionE getFaultMessage()
           
 void setFaultMessage(LoggingAdminExceptionE msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoggingAdminException

public LoggingAdminException()

LoggingAdminException

public LoggingAdminException(String s)

LoggingAdminException

public LoggingAdminException(String s,
                             Throwable ex)

LoggingAdminException

public LoggingAdminException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(LoggingAdminExceptionE msg)

getFaultMessage

public LoggingAdminExceptionE getFaultMessage()


Copyright © 2015 WSO2. All rights reserved.