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