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