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