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

/dalvik/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
46 * Constructs a new {@code NotActiveException} with its stack trace and
52 public NotActiveException(String detailMessage) { method in class:NotActiveException

Completed in 40 milliseconds