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

/libcore/ojluni/src/main/java/java/io/
H A DNotActiveException.java34 public class NotActiveException extends ObjectStreamException { class in inherits:ObjectStreamException
39 * Constructor to create a new NotActiveException with the reason given.
43 public NotActiveException(String reason) { method in class:NotActiveException
48 * Constructor to create a new NotActiveException without a reason.
50 public NotActiveException() { method in class:NotActiveException

Completed in 45 milliseconds