SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker
Class RecordRecyclerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.queue.worker.RecordRecyclerException
All Implemented Interfaces:
java.io.Serializable

public class RecordRecyclerException
extends java.lang.Exception

The Class RecordRecyclerException.

See Also:
Serialized Form

Constructor Summary
RecordRecyclerException(java.lang.String message)
          Instantiates a new recycler exception.
RecordRecyclerException(java.lang.Throwable cause)
          Instantiates a new recycler exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordRecyclerException

public RecordRecyclerException(java.lang.String message)
Instantiates a new recycler exception.

Parameters:
message - the message

RecordRecyclerException

public RecordRecyclerException(java.lang.Throwable cause)
Instantiates a new recycler exception.

Parameters:
cause - the cause

SMILA (incubation) API documentation