de.janrufmonitor.util.io
Class SerializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.janrufmonitor.util.io.SerializerException
- All Implemented Interfaces:
- Serializable
public class SerializerException
- extends Exception
This exception is thrown on serializing problems.
- Author:
- Thilo Brandt
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerializerException
public SerializerException()
- Default constructor.
SerializerException
public SerializerException(String s)
- Constructor with message text.
- Parameters:
s - exception message
Copyright © 2010 by Thilo Brandt. All Rights Reserved.