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

Quick Search    Search Deep

com.flexstor.common.services.remote.resourcefork
Class RsrcForkConnectException  view RsrcForkConnectException download RsrcForkConnectException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.flexstor.common.services.remote.resourcefork.RsrcForkConnectException
All Implemented Interfaces:
java.io.Serializable

public class RsrcForkConnectException
extends java.lang.Exception

Thrown by the DaveForkClient or DaveForkServer when communicating with the remote DaveForkServer


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  java.lang.Throwable t
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
RsrcForkConnectException(java.lang.String sMessage)
           
RsrcForkConnectException(java.lang.Throwable t)
           
 
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

t

private java.lang.Throwable t
Constructor Detail

RsrcForkConnectException

public RsrcForkConnectException(java.lang.String sMessage)

RsrcForkConnectException

public RsrcForkConnectException(java.lang.Throwable t)
Method Detail

getOriginalException

public java.lang.Throwable getOriginalException()