de.janrufmonitor.util.io
Class SerializerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SerializerException()
          Default constructor.
SerializerException(String s)
          Constructor with message text.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.