org.cementj.base
Class InternalApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cementj.base.ApplicationRuntimeException
                  extended by org.cementj.base.InternalApplicationException
All Implemented Interfaces:
java.io.Serializable

public class InternalApplicationException
extends ApplicationRuntimeException

This exception is targeted toward application developers, administrators, and support personnel. It represents an abnormal application error that can't meaningfully be interpreted by end-users.

Copyright: Delta Vortex Technologies, 2003.

See Also:
Serialized Form

Constructor Summary
protected InternalApplicationException()
           
  InternalApplicationException(java.lang.String message)
           
  InternalApplicationException(java.lang.String message, java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class org.cementj.base.ApplicationRuntimeException
getBaseThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalApplicationException

protected InternalApplicationException()

InternalApplicationException

public InternalApplicationException(java.lang.String message)

InternalApplicationException

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


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.