Class TransportAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.levigo.jadice.server.shared.transport.TransportException
-
- com.levigo.jadice.server.shared.transport.TransportAbortedException
-
- All Implemented Interfaces:
Serializable
public class TransportAbortedException extends TransportException
Exception type used to abort a job because of an asynchronous closure of the message producer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransportAbortedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransportAbortedException
public TransportAbortedException(String message)
-
-