public class DeployerRegistrationException extends Exception
| Constructor and Description |
|---|
DeployerRegistrationException(String message)
This will construct the DeployerRegistrationException with the detailed exception message.
|
DeployerRegistrationException(String message,
Exception cause)
This will construct a new DeployerRegistrationException with the specified detail message and
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeployerRegistrationException(String message)
message - the detailed exception message to be included with DeployerRegistrationExceptionpublic DeployerRegistrationException(String message, Exception cause)
message - the exception message to be included with DeployerRegistrationExceptioncause - the cause exception to be included with DeployerRegistrationExceptionCopyright © 2019 WSO2. All rights reserved.