public class ThresholdOutOfRangeException extends DataException
m_Resourcesm_support| Constructor and Description |
|---|
ThresholdOutOfRangeException(long threshold,
long bound)
Constructor to use to display a standard message.
|
ThresholdOutOfRangeException(long threshold,
long bound,
java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that
identifies the threshold and the boundary.
|
ThresholdOutOfRangeException(java.lang.String s)
Constructor to use to display a customized message.
|
ThresholdOutOfRangeException(java.lang.String s,
java.lang.Exception e)
Constructor for an exception that passes on a previous exception and that
uses a customized message.
|
elementAt, elements, findException, getBIRootCause, getException, getPreviousException, printStackTrace, printStackTrace, printStackTraceSuper, printStackTraceSuper, size, toStringpublic ThresholdOutOfRangeException(long threshold,
long bound)
threshold - the threshold that is out of boundsbound - the boundary that the threshold exceedspublic ThresholdOutOfRangeException(java.lang.String s)
s - the customized messagepublic ThresholdOutOfRangeException(long threshold,
long bound,
java.lang.Exception e)
threshold - the threshold that is out of boundsbound - the boundary that the threshold exceedse - the exception that underlies this exceptionpublic ThresholdOutOfRangeException(java.lang.String s,
java.lang.Exception e)
s - the customized messagee - the exception that underlies this exception