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