|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jcr.RepositoryException
org.modeshape.jcr.value.binary.BinaryStoreException
public class BinaryStoreException
An exception in a BinaryStore.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BinaryStoreException(String message, Throwable rootCause)
message
- the messagerootCause
- the causepublic BinaryStoreException(String message)
message
- the messagepublic BinaryStoreException(Throwable rootCause)
rootCause
- the cause
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |