com.unister.semweb.drums.api
Class DRUMSException

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

public class DRUMSException
extends java.lang.Exception

Is thrown when an error occurs within the file storage.

Author:
Nils Thieme
See Also:
Serialized Form

Constructor Summary
DRUMSException()
           
DRUMSException(java.lang.String message)
           
DRUMSException(java.lang.String message, java.lang.Throwable throwable)
           
DRUMSException(java.lang.Throwable throwable)
           
 
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

DRUMSException

public DRUMSException()

DRUMSException

public DRUMSException(java.lang.String message)

DRUMSException

public DRUMSException(java.lang.String message,
                      java.lang.Throwable throwable)

DRUMSException

public DRUMSException(java.lang.Throwable throwable)