Searched defs:NotActiveException (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DNotActiveException.java25 * {@code NotActiveException} to be thrown. The list of methods that are
33 public class NotActiveException extends ObjectStreamException { class in inherits:ObjectStreamException
38 * Constructs a new {@code NotActiveException} with its stack trace filled
41 public NotActiveException() { method in class:NotActiveException
45 * Constructs a new {@code NotActiveException} with its stack trace and
51 public NotActiveException(String detailMessage) { method in class:NotActiveException

Completed in 45 milliseconds