public class InvalidDataException extends Exception
| Constructor and Description |
|---|
InvalidDataException(int closecode)
constructor for a InvalidDataException
|
InvalidDataException(int closecode,
String s)
constructor for a InvalidDataException.
|
InvalidDataException(int closecode,
String s,
Throwable t)
constructor for a InvalidDataException.
|
InvalidDataException(int closecode,
Throwable t)
constructor for a InvalidDataException.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCloseCode()
Getter closecode
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDataException(int closecode)
closecode - the closecode which will be returnedpublic InvalidDataException(int closecode,
String s)
closecode - the closecode which will be returned.s - the detail message.public InvalidDataException(int closecode,
Throwable t)
closecode - the closecode which will be returned.t - the throwable causing this exception.Copyright © 2020. All rights reserved.