org.jboss.shotoku.cache
Class UnregisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.shotoku.cache.UnregisteredException
All Implemented Interfaces:
java.io.Serializable

public class UnregisteredException
extends java.lang.RuntimeException

Author:
Adam Warski
See Also:
Serialized Form

Constructor Summary
UnregisteredException()
           
UnregisteredException(java.lang.String arg0)
           
UnregisteredException(java.lang.String arg0, java.lang.Throwable arg1)
           
UnregisteredException(java.lang.Throwable arg0)
           
 
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

UnregisteredException

public UnregisteredException()

UnregisteredException

public UnregisteredException(java.lang.String arg0,
                             java.lang.Throwable arg1)

UnregisteredException

public UnregisteredException(java.lang.String arg0)

UnregisteredException

public UnregisteredException(java.lang.Throwable arg0)