org.cementj.base
Class ImproperUsageException

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.ImproperUsageException
All Implemented Interfaces:
java.io.Serializable

public class ImproperUsageException
extends ApplicationRuntimeException

This exception is targeted toward improper usage by end-users or client callers in the case of APIs. Typically these are not severe system errors or the intentional result of bug reports. Typically, the message is displayed to the end-user.

Copyright: Delta Vortex Technologies, 2003.

See Also:
Serialized Form

Constructor Summary
protected ImproperUsageException()
           
  ImproperUsageException(java.lang.String message)
           
  ImproperUsageException(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

ImproperUsageException

protected ImproperUsageException()

ImproperUsageException

public ImproperUsageException(java.lang.String message)

ImproperUsageException

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


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