com.atlassian.crowd.event
Class EventJobExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.crowd.event.EventJobExecutionException
All Implemented Interfaces:
java.io.Serializable

public class EventJobExecutionException
extends java.lang.RuntimeException

Unable to process the event.

See Also:
Serialized Form

Constructor Summary
EventJobExecutionException()
          Default constructor.
EventJobExecutionException(java.lang.String s)
          Default constructor.
EventJobExecutionException(java.lang.String s, java.lang.Throwable throwable)
          Default constructor.
EventJobExecutionException(java.lang.Throwable throwable)
          Default 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
 

Constructor Detail

EventJobExecutionException

public EventJobExecutionException()
Default constructor.


EventJobExecutionException

public EventJobExecutionException(java.lang.String s)
Default constructor.

Parameters:
s - the message.

EventJobExecutionException

public EventJobExecutionException(java.lang.String s,
                                  java.lang.Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

EventJobExecutionException

public EventJobExecutionException(java.lang.Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.