public class BinaryStoreException extends RepositoryException
Constructor and Description |
---|
BinaryStoreException(String message)
Create a new binary store exception with the specified message and cause.
|
BinaryStoreException(String message,
Throwable rootCause)
Create a new binary store exception with the specified message and cause.
|
BinaryStoreException(Throwable rootCause)
Create a new binary store exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BinaryStoreException(String message, Throwable rootCause)
message
- the messagerootCause
- the causepublic BinaryStoreException(String message)
message
- the messagepublic BinaryStoreException(Throwable rootCause)
rootCause
- the causeCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.