public class ClassConstraintException extends VerificationException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ClassConstraintException()
Constructs a new ClassConstraintException with null as its error message string.
|
ClassConstraintException(java.lang.String message)
Constructs a new ClassConstraintException with the specified error message.
|
ClassConstraintException(java.lang.String message,
java.lang.Throwable initCause)
Constructs a new ClassConstraintException with the specified error message and cause
|
extendMessage, getMessageprivate static final long serialVersionUID
public ClassConstraintException()
public ClassConstraintException(java.lang.String message)
public ClassConstraintException(java.lang.String message,
java.lang.Throwable initCause)