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