Class ContextChangeException

All Implemented Interfaces:
Serializable

public class ContextChangeException extends UsrException
ContextChangeException indicates that an illegal change to program context has been attempted.
See Also:
  • Constructor Details

    • ContextChangeException

      public ContextChangeException()

      Constructs an ContextChangeException with no detail message.

    • ContextChangeException

      public ContextChangeException(String message)

      Constructs an ContextChangeException with the specified detail message.

      Parameters:
      message - The message.