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
public SizeLimitExceededException()
public SizeLimitExceededException(String msg)
msg
- Message string for the exceptionpublic SizeLimitExceededException(String msg, Throwable t)
msg
- Message stringt
- The embedded exceptionCopyright © 2010-2013, ForgeRock All Rights Reserved.