net.floodlightcontroller.storage
Class StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.floodlightcontroller.storage.StorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NullValueStorageException, StorageNotificationFormatException, TypeMismatchStorageException

public class StorageException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
StorageException()
           
StorageException(java.lang.String s)
           
StorageException(java.lang.String s, java.lang.Throwable exc)
           
 
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

StorageException

public StorageException()

StorageException

public StorageException(java.lang.String s)

StorageException

public StorageException(java.lang.String s,
                        java.lang.Throwable exc)