Class TException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TCloneNotSupportedException, TGeneralSecurityException, TPrivilegedActionException, TReflectiveOperationException, TRuntimeException, TURISyntaxException

public class TException extends TThrowable
See Also:
  • Constructor Details

    • TException

      public TException()
    • TException

      public TException(String message, TThrowable cause)
    • TException

      public TException(String message)
    • TException

      public TException(TThrowable cause)