de.jw.cloud42.core.eventing
Class EventingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jw.cloud42.core.eventing.EventingException
All Implemented Interfaces:
java.io.Serializable

public class EventingException
extends java.lang.Exception

Class to convey a exception that occured in eventing module.

Author:
fbitzer
See Also:
Serialized Form

Constructor Summary
EventingException(java.lang.Exception superException)
           
EventingException(java.lang.String cause)
           
EventingException(java.lang.String cause, java.lang.Exception superException)
           
 
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

EventingException

public EventingException(java.lang.String cause)

EventingException

public EventingException(java.lang.String cause,
                         java.lang.Exception superException)

EventingException

public EventingException(java.lang.Exception superException)


Copyright © 2010 just works! Software. All Rights Reserved.