Package ej.ecom.io
Class ConnectionNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- ej.ecom.io.ConnectionNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ConnectionNotFoundException extends IOException
This exception is thrown when a connection protocol is unknown.- See Also:
Connector.open(String), Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionNotFoundException()Create a new ConnectionNotFoundExceptionConnectionNotFoundException(String s)Create a new ConnectionNotFoundException with a message
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionNotFoundException
public ConnectionNotFoundException()
Create a new ConnectionNotFoundException
-
ConnectionNotFoundException
public ConnectionNotFoundException(String s)
Create a new ConnectionNotFoundException with a message- Parameters:
s- the message
-
-