gov.sns.xal.model
Class PropagationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gov.sns.xal.XalException
                    |
                    +--gov.sns.xal.model.ModelException
                          |
                          +--gov.sns.xal.model.PropagationException
All Implemented Interfaces:
java.io.Serializable

public class PropagationException
extends ModelException

See Also:
Serialized Form

Constructor Summary
PropagationException()
          Creates a new instance of PropagationException without detail message.
PropagationException(java.lang.String msg)
          Constructs an instance of PropagationException with the specified detail message.
 
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()
Creates a new instance of PropagationException without detail message.


PropagationException

public PropagationException(java.lang.String msg)
Constructs an instance of PropagationException with the specified detail message.

Parameters:
msg - the detail message.