org.apache.servicemix.ftp
Class ConnectionRefusedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
javax.jbi.messaging.MessagingException
org.apache.servicemix.ftp.ConnectionRefusedException
- All Implemented Interfaces:
- Serializable
public class ConnectionRefusedException
- extends javax.jbi.messaging.MessagingException
Exception thrown if the connection could not be established.
- Version:
- $Revision: 426415 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectionRefusedException
public ConnectionRefusedException(int code)
getCode
public int getCode()
- Returns:
- the status code for why the connection was refused
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.