public class ExpirationExceededException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
ExpirationExceededException()
Constructs a new
ExpirationExceededException with no
detail message. |
ExpirationExceededException(String s)
Constructs a new
ExpirationExceededException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public ExpirationExceededException()
ExpirationExceededException
with no
detail message.public ExpirationExceededException(String s)
ExpirationExceededException
with the
specified detail message.s
- the detail message.Copyright © 2013 ScalAgent D.T.. All Rights Reserved.