Package com.portal.app.cc
Class ThresholdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.portal.app.cc.ThresholdException
- All Implemented Interfaces:
Serializable
This exception will have the value for the no of items
currently stored in the database if the threshold is exceeded
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThresholdException
public ThresholdException(int threshold) - Parameters:
threshold
-
-
-
Method Details
-
getThreshold
public int getThreshold()- Returns:
- the no of items
-