cnrg.itx
Class ITXException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cnrg.itx.ITXException
Direct Known Subclasses:
DataException, DesktopSignalingException, DirectoryServiceException

public abstract class ITXException
extends java.lang.Exception

Parent exception class. Thrown when there are errors anywhere in the ITX system.

See Also:
Serialized Form

Constructor Summary
ITXException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ITXException

public ITXException(java.lang.String s)