net.sf.jsefa.common.lowlevel
Class LowLevelDeserializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jsefa.common.lowlevel.LowLevelDeserializationException
All Implemented Interfaces:
Serializable

public final class LowLevelDeserializationException
extends RuntimeException

Exception thrown when an error occurs during low level deserialization.

Author:
Norman Lahme-Huetig
See Also:
Serialized Form

Constructor Summary
LowLevelDeserializationException(String message)
          Constructs a new LowLevelDeserializationException with the specified detail message.
LowLevelDeserializationException(String message, Throwable cause)
          Constructs a new LowLevelDeserializationException with the specified detail message and cause.
LowLevelDeserializationException(Throwable cause)
          Constructs a new LowLevelDeserializationException with the default detail message and cause.
 
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

LowLevelDeserializationException

public LowLevelDeserializationException(String message)
Constructs a new LowLevelDeserializationException with the specified detail message.

Parameters:
message - the detail message.

LowLevelDeserializationException

public LowLevelDeserializationException(String message,
                                        Throwable cause)
Constructs a new LowLevelDeserializationException with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause

LowLevelDeserializationException

public LowLevelDeserializationException(Throwable cause)
Constructs a new LowLevelDeserializationException with the default detail message and cause.

Parameters:
cause - the cause


Copyright © 2014. All rights reserved.