public class VetoableDeployException extends DeployException
| Constructor and Description | 
|---|
VetoableDeployException()  | 
VetoableDeployException(java.lang.String s)
Constructs a  
VetoableDeployException with the specified detail
  message. | 
VetoableDeployException(java.lang.String s,
                       java.lang.Throwable cause)
Constructs a  
VetoableDeployException with the specified detail
  message and chains this exception to the given Throwable. | 
VetoableDeployException(java.lang.Throwable cause)
Constructs a  
VetoableDeployException with no specified detail
  message and chains this exception to the given Throwable. | 
getSource, printCause, printCauseStackTrace, setSourcepublic VetoableDeployException()
public VetoableDeployException(java.lang.Throwable cause)
VetoableDeployException with no specified detail
  message and chains this exception to the given Throwable.
  The Throwable's stack trace is printed out after this
  exception's stack trace when any one of the
  printStackTrace() methods is called.public VetoableDeployException(java.lang.String s)
VetoableDeployException with the specified detail
  message.  This message should be considered translatable.s - the detail message.public VetoableDeployException(java.lang.String s,
                       java.lang.Throwable cause)
VetoableDeployException with the specified detail
  message and chains this exception to the given Throwable.
  The Throwable's stack trace is printed out after this
  exception's stack trace when any one of the
  printStackTrace() methods is called.