public class ModelVetoException extends ModelException
Constructor and Description |
---|
ModelVetoException()
Creates new
ModelVetoException without detail message. |
ModelVetoException(java.lang.String msg)
Constructs a
ModelVetoException with the specified
detail message. |
ModelVetoException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new
ModelVetoException with the specified
detail message and cause. |
ModelVetoException(java.lang.Throwable cause)
Constructs a new
ModelVetoException with the specified
cause. |
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, toString
public ModelVetoException()
ModelVetoException
without detail message.public ModelVetoException(java.lang.String msg)
ModelVetoException
with the specified
detail message.msg
- the detail message.public ModelVetoException(java.lang.Throwable cause)
ModelVetoException
with the specified
cause.cause
- the cause Throwable
.public ModelVetoException(java.lang.String msg, java.lang.Throwable cause)
ModelVetoException
with the specified
detail message and cause.msg
- the detail message.cause
- the cause Throwable
.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.