Package org.n52.iceland.ds
Class ConnectionProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.iceland.ds.ConnectionProviderException
-
- All Implemented Interfaces:
Serializable
public class ConnectionProviderException extends Exception
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionProviderException()ConnectionProviderException(String message)ConnectionProviderException(String message, Throwable exception)ConnectionProviderException(Throwable exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-