Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.flexstor.common.gateway.exceptions
Class TransactionFailedException  view TransactionFailedException download TransactionFailedException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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()