public class GovernanceException
extends org.wso2.carbon.registry.core.exceptions.RegistryException
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 2017 WSO2. All Rights Reserved.