com.ptc.windchill.structconf
Class PropagationException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidXconfException, PartialPropagationException, PropagationActionException, TargetFilesWriteProtectedException

public class PropagationException
extends StructConfManagerException

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) PropagationException(String message)
           
(package private) PropagationException(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

PropagationException

PropagationException(String message)

PropagationException

PropagationException(String message,
                     Throwable t)