com.ptc.windchill.structconf
Class PropagationActionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.structconf.util.NestableException
              extended bycom.ptc.windchill.structconf.StructConfManagerException
                  extended bycom.ptc.windchill.structconf.PropagationException
                      extended bycom.ptc.windchill.structconf.PropagationActionException
All Implemented Interfaces:
Serializable

public class PropagationActionException
extends PropagationException

Thrown by PropagationActions if they have problems during initialization or evaluation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ptc.windchill.structconf.util.NestableException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
(package private) PropagationActionException(String message)
           
(package private) PropagationActionException(String message, Throwable t)
           
 
Methods inherited from class com.ptc.windchill.structconf.util.NestableException
getCause, getFullMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropagationActionException

PropagationActionException(String message)

PropagationActionException

PropagationActionException(String message,
                           Throwable t)