org.cementj.base
Class ImproperUsageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cementj.base.ApplicationRuntimeException
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
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 |
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.