no.feide.moria.store
Class EvictionConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by no.feide.moria.store.EvictionConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class EvictionConfigurationException
extends java.lang.RuntimeException

Used to signal an exception regarding eviction policy configuration.

Version:
$Revision: 1.4 $
Author:
Bjørn Ola Smievoll <b.o.smievoll@conduct.no>
See Also:
Serialized Form

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

EvictionConfigurationException

public EvictionConfigurationException(java.lang.String message)
Constructor. Creates a new exception with only an exception message.

Parameters:
message - The exception message.

EvictionConfigurationException

public EvictionConfigurationException(java.lang.Throwable cause)
Constructor. Creates a new exception with only a cause.

Parameters:
cause - The exception cause.

EvictionConfigurationException

public EvictionConfigurationException(java.lang.String message,
                                      java.lang.Throwable cause)
Constructor. Creates a new exception with both an exception message and a cause.

Parameters:
message - The exception message.
cause - The exception cause.


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.