Exception: java.io.NotActiveException

Thrown when serialization or deserialization is not active.
Authors:
@author unascribed
Since:
@since JDK1.1

Methods

  • NotActiveExceptiontop

    public NotActiveException()
    Constructor to create a new NotActiveException without a reason.
    Google Code Search
    Stack Overflow
  • NotActiveExceptiontop

    public NotActiveException(String reason)
    Constructor to create a new NotActiveException with the reason given.
    Parameters:
    @param reason a String describing the reason for the exception.
    Google Code Search
    Stack Overflow