uk.co.agena.minerva.model
Class PropagationTerminatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.model.PropagationTerminatedException
All Implemented Interfaces:
java.io.Serializable

public class PropagationTerminatedException
extends java.lang.Exception

Throw when Propagation is terminated prematurely.

See Also:
Serialized Form

Constructor Summary
PropagationTerminatedException()
          Constructs an empty PropagationTerminatedException.
PropagationTerminatedException(java.lang.String msg)
          Constructs a PropagationTerminatedException with the specified message.
PropagationTerminatedException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs a PropagationTerminatedException with the specified cause and message.
PropagationTerminatedException(java.lang.Throwable throwable)
          Constructs a PropagationTerminatedException with the specified 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

PropagationTerminatedException

public PropagationTerminatedException()
Constructs an empty PropagationTerminatedException.


PropagationTerminatedException

public PropagationTerminatedException(java.lang.String msg)
Constructs a PropagationTerminatedException with the specified message.

Parameters:
msg - the message

PropagationTerminatedException

public PropagationTerminatedException(java.lang.Throwable throwable)
Constructs a PropagationTerminatedException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

PropagationTerminatedException

public PropagationTerminatedException(java.lang.String msg,
                                      java.lang.Throwable throwable)
Constructs a PropagationTerminatedException with the specified cause and message.

Parameters:
throwable - the Throwable that caused this Exception
msg - the detail message


Copyright © 2006 Agena Ltd. All Rights Reserved.