Module java.base
Package java.io

Class NotActiveException

java.lang.Object
java.lang.Throwable
All Implemented Interfaces:
Serializable

public classNotActiveExceptionextendsObjectStreamException
Thrown when serialization or deserialization is not active.
Since:
1.1
See Also:
  • Constructor Details

    • NotActiveException

      public NotActiveException(String reason)
      Constructor to create a new NotActiveException with the reason given.
      Parameters:
      reason - a String describing the reason for the exception.
    • NotActiveException

      public NotActiveException()
      Constructor to create a new NotActiveException without a reason.