com.retek.commons.domain.core.exception
Class SystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.commons.util.ChainedException
              extended bycom.retek.commons.domain.core.exception.SystemException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConcurrentUpdateException, DuplicatePersonalizationStyleCodeException, DuplicatePersonalizationTypeCodeException, GeoLocationUnavailableException, InvalidIdException, TaxServiceUnavailableException

public class SystemException
extends ChainedException

Exception used throughout the system to indicate that the system is in an invalid state. Also used to wrap exceptions, so that all exceptions can be handled in a standard way.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Constructor Summary
SystemException(java.lang.String message)
           
SystemException(java.lang.String message, java.lang.Throwable t)
           
SystemException(java.lang.Throwable t)
           
 
Method Summary
 UncheckedSystemException toUnchecked()
           
 
Methods inherited from class com.retek.commons.util.ChainedException
getCause, getChainedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, setCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, 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)

SystemException

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

SystemException

public SystemException(java.lang.Throwable t)
Method Detail

toUnchecked

public UncheckedSystemException toUnchecked()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25