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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.retek.commons.domain.core.exception.UncheckedSystemException
All Implemented Interfaces:
java.io.Serializable

public class UncheckedSystemException
extends java.lang.RuntimeException

Runtime exception that is thrown when the system is in an invalid state.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Method Summary
 SystemException toChecked()
           
 
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
 

Method Detail

toChecked

public SystemException toChecked()


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