public class NotConstructableException
extends java.lang.IllegalArgumentException
Constructor and Description |
---|
NotConstructableException()
Construct a new not constructable exception.
|
NotConstructableException(java.lang.String message)
Construct a new not constructable exception with a custom message.
|
NotConstructableException(java.lang.String message,
java.lang.Throwable cause)
Construct a new not constructable exception with a custom message and cause.
|
NotConstructableException(java.lang.Throwable cause)
Construct a new not constructable exception with a custom cause.
|
public NotConstructableException()
public NotConstructableException(java.lang.String message)
public NotConstructableException(java.lang.String message, java.lang.Throwable cause)
public NotConstructableException(java.lang.Throwable cause)