org.jboss.ha.framework.server
Class ClusterFileTransferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.ha.framework.server.ClusterFileTransferException
All Implemented Interfaces:
Serializable

Deprecated. No longer used since 5.0.0; will be removed in 6.0.0

public class ClusterFileTransferException
extends Exception

Exception wrapper class

See Also:
Serialized Form

Constructor Summary
ClusterFileTransferException(String message)
          Deprecated.  
ClusterFileTransferException(String message, Throwable cause)
          Deprecated.  
ClusterFileTransferException(Throwable cause)
          Deprecated.  
 
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

ClusterFileTransferException

public ClusterFileTransferException(String message)
Deprecated. 

ClusterFileTransferException

public ClusterFileTransferException(String message,
                                    Throwable cause)
Deprecated. 

ClusterFileTransferException

public ClusterFileTransferException(Throwable cause)
Deprecated. 


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.