Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | InvalidParameterException(String
the detail message. msg)Constructs an |
public | InvalidParameterException(String
the detail message (which is saved for later retrieval
by the msg, Throwable Throwable#getMessage() method).the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method). (A null value
is permitted, and indicates that the cause is nonexistent or
unknown.)Constructs an |
public | InvalidParameterException(Throwable
the cause (which is saved for later retrieval by the
cause)Throwable#getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Constructs an |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
InvalidParameterException | back to summary |
---|---|
public InvalidParameterException() Constructs an |
InvalidParameterException | back to summary |
---|---|
public InvalidParameterException(String msg) Constructs an
|
InvalidParameterException | back to summary |
---|---|
public InvalidParameterException(String msg, Throwable cause) Constructs an Note that the detail message associated with
|
InvalidParameterException | back to summary |
---|---|
public InvalidParameterException(Throwable cause) Constructs an
|