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