uk.co.agena.minerva.model
Class PropagationException

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

public class PropagationException
extends java.lang.Exception

Throw when an error occurs during Propgation

See Also:
Serialized Form

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

PropagationException

public PropagationException()
Constructs an empty PropagationException.


PropagationException

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

Parameters:
msg - the message

PropagationException

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

Parameters:
throwable - the Throwable that caused this Exception

PropagationException

public PropagationException(java.lang.String msg,
                            java.lang.Throwable throwable)
Constructs a PropagationException 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.