com.ivata.mask.util
Class SystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ivata.mask.util.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends java.lang.Exception
implements java.io.Serializable

This error message encapsulates another message which caused it.

Since:
ivata masks 0.4 (2003-01-10)
Version:
$Revision: 1.3 $
Author:
Colin MacLeod colin.macleod@ivata.com
See Also:
Serialized Form

Constructor Summary
SystemException(java.lang.String message)
           Create a SystemException with a message.
SystemException(java.lang.String message, java.lang.Throwable cause)
           Create a SystemException with the given message and cause.
SystemException(java.lang.Throwable cause)
           Create a SystemException with the given cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemException

public SystemException(java.lang.String message)

Create a SystemException with a message.

Parameters:
message - clear message indicating what caused the exception to happen and what should be done to resolve it.

SystemException

public SystemException(java.lang.String message,
                       java.lang.Throwable cause)

Create a SystemException with the given message and cause.

Parameters:
message - clear message indicating what caused the exception to happen and what should be done to resolve it.
cause - the Throwable which caused this exception to happen.

SystemException

public SystemException(java.lang.Throwable cause)

Create a SystemException with the given cause.

Parameters:
cause - the Throwable which caused this exception to happen.


Copyright © 2001-2005 ivata limited. All Rights Reserved.