com.ptc.windchill.structconf
Class StructConfManagerException

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

public class StructConfManagerException
extends NestableException

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

StructConfManagerException

StructConfManagerException(String message)

StructConfManagerException

StructConfManagerException(String message,
                           Throwable t)