public class DeployException extends RuntimeException
| Constructor and Description |
|---|
DeployException()
Default constructor.
|
DeployException(String msg)
Constructor where you can specify the error message.
|
DeployException(String msg,
Throwable cause)
Constructor where you can specify the error message and the cause of this
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeployException()
public DeployException(String msg)
msg - The error message that will be used.Copyright © 2014 Tranquilized Quality. All rights reserved.