com.retek.commons.domain.core.exception
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.retek.commons.util.ChainedException
com.retek.commons.domain.core.exception.SystemException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConcurrentUpdateException, DuplicateNameException, 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
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 |
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)
toUnchecked
public UncheckedSystemException toUnchecked()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28