Class SystemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SystemCommunicationException

public class SystemException extends Exception
Thrown if a general exception is encountered (one not supported by any other exception.)
Since:
1.0.
Version:
$Id: SystemException.java,v 1.2 2003/04/11 14:47:29 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
  • Constructor Details

    • SystemException

      public SystemException()
    • SystemException

      public SystemException(String s)