public class TimeLimitExceededException extends UMSException
Constructor and Description |
---|
TimeLimitExceededException()
Default constructor
|
TimeLimitExceededException(String msg)
Constructor with a message string.
|
TimeLimitExceededException(String msg,
Throwable t)
Constructor with message string and an embedded exception.
|
getMessage, getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
public TimeLimitExceededException()
public TimeLimitExceededException(String msg)
msg
- Message string for the exceptionpublic TimeLimitExceededException(String msg, Throwable t)
msg
- Message stringt
- The embedded exceptionCopyright © 2010-2016, ForgeRock All Rights Reserved.