-
- All Implemented Interfaces:
-
java.io.Serializable
public class InvalidDataException extends Exception
exception which indicates that a invalid data was received
-
-
Constructor Summary
Constructors Constructor Description InvalidDataException(int closecode)
constructor for a InvalidDataException InvalidDataException(int closecode, String s)
constructor for a InvalidDataException. InvalidDataException(int closecode, Throwable t)
constructor for a InvalidDataException. InvalidDataException(int closecode, String s, Throwable t)
constructor for a InvalidDataException.
-
Method Summary
Modifier and Type Method Description int
getCloseCode()
Getter closecode -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InvalidDataException
InvalidDataException(int closecode)
constructor for a InvalidDataException- Parameters:
closecode
- the closecode which will be returned
-
InvalidDataException
InvalidDataException(int closecode, String s)
constructor for a InvalidDataException.- Parameters:
closecode
- the closecode which will be returned.s
- the detail message.
-
InvalidDataException
InvalidDataException(int closecode, Throwable t)
constructor for a InvalidDataException.- Parameters:
closecode
- the closecode which will be returned.t
- the throwable causing this exception.
-
-
Method Detail
-
getCloseCode
int getCloseCode()
Getter closecode
-
-
-
-