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