public class SecurityDomainException extends Exception
| Constructor and Description |
|---|
SecurityDomainException(String domain) |
SecurityDomainException(String domain,
String message) |
SecurityDomainException(String domain,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Gets the Security Domain for which the exception was created
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecurityDomainException(String domain)
domain - Security Domain for which the exception was createdpublic SecurityDomainException(String domain, String message)
domain - Security Domain for which the exception was createdmessage - Information related to the creation of the exceptionpublic String getDomain()
Copyright © 2016 Open eHealth Foundation. All rights reserved.