|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.ehcache.CacheException
net.sf.ehcache.transaction.TransactionException
public class TransactionException
Instances of this class or its subclasses are thrown when an error happen in the transaction subsystem
Constructor Summary | |
---|---|
TransactionException(java.lang.String message)
Create a new TransactionException |
|
TransactionException(java.lang.String message,
java.lang.Throwable throwable)
Create a new TransactionException |
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 TransactionException(java.lang.String message)
message
- the error messagepublic TransactionException(java.lang.String message, java.lang.Throwable throwable)
message
- the error messagethrowable
- the exception's cause
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |