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