Package com.levigo.jadice.server
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.levigo.jadice.server.JobException
-
- com.levigo.jadice.server.ConnectionException
-
- All Implemented Interfaces:
Serializable
public class ConnectionException extends JobException
This exception indicates that a problem with the underlying communication layer has occurred.- Since:
- jadice server 5.4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectionException(String message, Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-