public class MaxClientReachedException extends CacheException
Constructor | Description |
---|---|
MaxClientReachedException() |
Constructs an
GeneralFailureException with null
as its error detail message. |
MaxClientReachedException(java.lang.String s) |
Constructs an
GeneralFailureException with the specified detail
message. |
MaxClientReachedException(java.lang.String s,
java.lang.Throwable exception) |
Overloaded constructor
|
getErrorCode, printStackTrace, setErrorCode
public MaxClientReachedException()
GeneralFailureException
with null
as its error detail message.public MaxClientReachedException(java.lang.String s)
GeneralFailureException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.public MaxClientReachedException(java.lang.String s, java.lang.Throwable exception)
s
- the detail message.exception
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null
value is
permitted, and indicates that the cause is nonexistent or
unknown.)