javax.realtime
Class DuplicateFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.realtime.DuplicateFilterException
All Implemented Interfaces:
Serializable

public class DuplicateFilterException
extends Exception

Thrown by PhysicalMemoryManager when more than one filter is registered for a given type of memory.

Since:
0.3.8
Author:
Morgan Deters
See Also:
Serialized Form

Constructor Summary
DuplicateFilterException()
          A constructor for DuplicateFilterException.
DuplicateFilterException(String description)
          A constructor for DuplicateFilterException that takes a description.
 
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

DuplicateFilterException

public DuplicateFilterException()
A constructor for DuplicateFilterException.


DuplicateFilterException

public DuplicateFilterException(String description)
A constructor for DuplicateFilterException that takes a description.

Parameters:
description - textual description of the exception


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.