Package org.apache.derby.iapi.error
Class StandardException.BadMessageArgumentException
java.lang.Object
java.lang.Throwable
org.apache.derby.iapi.error.StandardException.BadMessageArgumentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
StandardException
Dummy exception to catch incorrect use of
StandardException.newException(), at compile-time. If you get a
compilation error because this exception isn't caught, it means
that you are using StandardException.newException(...)
incorrectly. The nested exception should always be the second
argument.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadMessageArgumentException
public BadMessageArgumentException()
-