public class NoSecurityDomainException extends SecurityDomainException
| Modifier and Type | Field and Description |
|---|---|
protected URI |
uri
URI that failed Security Domain lookup
|
| Constructor and Description |
|---|
NoSecurityDomainException(String message) |
NoSecurityDomainException(URI uri,
String message) |
NoSecurityDomainException(URI uri,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
URI |
getURI()
Gets the URI that this exception is related to
|
getDomainaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final URI uri
public NoSecurityDomainException(String message)
public NoSecurityDomainException(URI uri, String message)
uri - URI that failed the Security Domain lookupmessage - Message relating to the errorpublic URI getURI()
Copyright © 2016 Open eHealth Foundation. All rights reserved.