messif.buckets
Class FilterRejectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by messif.buckets.BucketStorageException
              extended by messif.buckets.FilterRejectException
All Implemented Interfaces:
java.io.Serializable

public class FilterRejectException
extends BucketStorageException

Thrown to indicate that the bucket filter rejects current operation.

See Also:
Serialized Form

Constructor Summary
FilterRejectException()
          Creates a new instance of FilterRejectException without detail message.
FilterRejectException(java.lang.String msg)
          Constructs an instance of FilterRejectException with the specified detail message.
 
Method Summary
 
Methods inherited from class messif.buckets.BucketStorageException
getErrorCode
 
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

FilterRejectException

public FilterRejectException()
Creates a new instance of FilterRejectException without detail message.


FilterRejectException

public FilterRejectException(java.lang.String msg)
Constructs an instance of FilterRejectException with the specified detail message.

Parameters:
msg - the detail message