public class SharingViolationException extends ResourceException
Constructor and Description |
---|
SharingViolationException()
Create an exception.
|
SharingViolationException(String reason)
Create an exception with a reason.
|
SharingViolationException(String reason,
String errorCode)
Create an exception with a reason and an errorCode.
|
SharingViolationException(String reason,
Throwable throwable)
Create an exception with a reason and an error.
|
SharingViolationException(Throwable throwable)
Create an exception with an error.
|
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SharingViolationException()
public SharingViolationException(String reason)
reason
- the reasonpublic SharingViolationException(String reason, String errorCode)
reason
- the reasonerrorCode
- the error codepublic SharingViolationException(String reason, Throwable throwable)
reason
- the reasonthrowable
- the errorpublic SharingViolationException(Throwable throwable)
throwable
- the errorCopyright © 2013 JBoss by Red Hat. All rights reserved.