public class AcmeConflictException extends AcmeException
| Constructor and Description |
|---|
AcmeConflictException(String msg,
URL location)
Creates a new
AcmeConflictException. |
| Modifier and Type | Method and Description |
|---|---|
URL |
getLocation()
Location of the conflicting resource.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AcmeConflictException(String msg, URL location)
AcmeConflictException.msg - Details about the conflicting resourcelocation - URL of the conflicting resourcepublic URL getLocation()
Copyright © 2015–2019. All rights reserved.