|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.wso2.carbon.registry.api.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.governance.api.exception.GovernanceException
public class GovernanceException
Base Class for capturing any type of exception that occurs when using the Governance APIs.
Constructor Summary | |
---|---|
GovernanceException()
Constructs a new exception. |
|
GovernanceException(String message)
Constructs a new exception with the specified detail message. |
|
GovernanceException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
GovernanceException(Throwable cause)
Constructs a new exception with the specified cause. |
Method Summary |
---|
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 |
---|
public GovernanceException()
public GovernanceException(String message)
message
- the detail message.public GovernanceException(String message, Throwable cause)
message
- the detail message.cause
- the cause of this exception.public GovernanceException(Throwable cause)
cause
- the cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |