public class SizeLimitExceededException extends UMSException
Constructor and Description |
---|
SizeLimitExceededException()
Default constructor
|
SizeLimitExceededException(String msg)
Constructor with a message string.
|
SizeLimitExceededException(String msg,
Throwable t)
Constructor with message string and an embedded exception.
|
getMessage, getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public SizeLimitExceededException()
public SizeLimitExceededException(String msg)
msg
- Message string for the exceptionCopyright © 2010-2020, ForgeRock All Rights Reserved.