aicas logoJamaica 6.4 release 1

javax.realtime
Class DuplicateFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.realtime.DuplicateFilterException
All Implemented Interfaces:
Serializable

public class DuplicateFilterException
extends Exception
implements Serializable

Jamaica Real-Time Specification for Java class DuplicateFilterException.

This exception will be thrown if an a call to PhysicalMemoryManager.registerFilter is performed with a filter for a given type that already exists.

See Also:
Serialized Form

Constructor Summary
DuplicateFilterException()
          Constructor of this exception without detail message.
DuplicateFilterException(String description)
          Constructor of this exception with detail message.
 
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

DuplicateFilterException

public DuplicateFilterException()
Constructor of this exception without detail message.


DuplicateFilterException

public DuplicateFilterException(String description)
Constructor of this exception with detail message.

Parameters:
description - The detail message or null if none.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.