19 package org.omg.dds.core;
32 private static final long serialVersionUID = 8818392556145975401L;
53 super(message, cause);
AlreadyClosedException(String message)
AlreadyClosedException(Throwable cause)
AlreadyClosedException(String message, Throwable cause)
The target object was previously closed and therefore cannot process the operation.
DDS recognizes a number of ways in which an operation may return, which are mapped to exceptions in t...