|
|||||||||
| Home >> All >> com >> flexstor >> common >> gateway >> [ exceptions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.gateway.exceptions
Class TransactionFailedException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.flexstor.common.gateway.exceptions.TransactionFailedException
- All Implemented Interfaces:
- java.io.Serializable
- public class TransactionFailedException
- extends java.lang.Exception
Thrown when a transaction with the server fails. Contains all details of that failure.
- Version:
- 3.0
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Throwable |
originalException
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
TransactionFailedException(java.lang.Throwable originalException)
|
|
| Method Summary | |
java.lang.Throwable |
getOriginalException()
|
| 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 |
| Field Detail |
originalException
private java.lang.Throwable originalException
| Constructor Detail |
TransactionFailedException
public TransactionFailedException(java.lang.Throwable originalException)
| Method Detail |
getOriginalException
public java.lang.Throwable getOriginalException()
|
|||||||||
| Home >> All >> com >> flexstor >> common >> gateway >> [ exceptions overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC