org.ikasan.framework.event.serialisation
Class EventDeserialisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ikasan.framework.event.serialisation.EventDeserialisationException
All Implemented Interfaces:
Serializable

public class EventDeserialisationException
extends Exception

Exception representing a technical problem deserialising an Event

Author:
Ikasan Development Team
See Also:
Serialized Form

Field Summary
static long serialVersionUID
          serialVersionUID
 
Constructor Summary
EventDeserialisationException(String message)
           
EventDeserialisationException(Throwable cause)
          Constructor
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
serialVersionUID

See Also:
Constant Field Values
Constructor Detail

EventDeserialisationException

public EventDeserialisationException(Throwable cause)
Constructor

Parameters:
cause -

EventDeserialisationException

public EventDeserialisationException(String message)


Copyright © 2007-2012 Ikasan. All Rights Reserved.