org.jboss.soa.esb.util
Class RemoteFileSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.util.RemoteFileSystemException
All Implemented Interfaces:
java.io.Serializable

public class RemoteFileSystemException
extends BaseException

Remote File System exception.

Since:
Version 4.0
Author:
b_georges
See Also:
Serialized Form

Constructor Summary
RemoteFileSystemException(java.lang.String message)
          Construct an exception instance.
RemoteFileSystemException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
RemoteFileSystemException(java.lang.Throwable cause)
          Construct an exception instance.
 
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

RemoteFileSystemException

public RemoteFileSystemException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

RemoteFileSystemException

public RemoteFileSystemException(java.lang.String message,
                                 java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

RemoteFileSystemException

public RemoteFileSystemException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.