com.antelmann.net
Class UnexpectedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.antelmann.net.UnexpectedDataException
- All Implemented Interfaces:
- Serializable
public class UnexpectedDataException
- extends RuntimeException
thrown to indicate that some received data is incorrect
- Since:
- 21. März 2008, 03:55
- Author:
- Holger Antelmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnexpectedDataException
public UnexpectedDataException(String message,
Object data)
UnexpectedDataException
public UnexpectedDataException(Throwable cause)
UnexpectedDataException
public UnexpectedDataException(String message,
Throwable cause)
UnexpectedDataException
public UnexpectedDataException(String message,
Throwable cause,
Object data)
UnexpectedDataException
public UnexpectedDataException(String message)
UnexpectedDataException
public UnexpectedDataException()
getData
public Object getData()
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads