com.unister.semweb.drums.bucket
Class BucketContainerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.unister.semweb.drums.bucket.BucketContainerException
All Implemented Interfaces:
java.io.Serializable

public class BucketContainerException
extends java.lang.Exception

This exception is thrown, if the a Bucket, which doesn't exist, is tried to be accessed or an element could not be added.

Author:
Martin Nettling
See Also:
Serialized Form

Constructor Summary
BucketContainerException(java.lang.String message)
          Instantiates a new BucketContainerException with the given message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BucketContainerException

public BucketContainerException(java.lang.String message)
Instantiates a new BucketContainerException with the given message.

Parameters:
message -