javax.realtime
Class DuplicateFilterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.realtime.DuplicateFilterException

public class DuplicateFilterException
extends java.lang.Exception

PhysicalMemoryManager can only accomodate one filter object for each type of memory. It throws this exception if an attempt is made to register more than one filter for a type of memory.

See Also:
Serialized Form

Constructor Summary
DuplicateFilterException()
           
DuplicateFilterException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateFilterException

public DuplicateFilterException()

DuplicateFilterException

public DuplicateFilterException(java.lang.String s)
Parameters:
s - Detail string