Class UnmodifiableModuleException

All Implemented Interfaces:
Serializable

public class UnmodifiableModuleException extends RuntimeException
Thrown to indicate that a module cannot be modified.
Since:
9
See Also:
  • Constructor Details

    • UnmodifiableModuleException

      public UnmodifiableModuleException()
      Constructs an UnmodifiableModuleException with no detail message.
    • UnmodifiableModuleException

      public UnmodifiableModuleException(String msg)
      Constructs an UnmodifiableModuleException with the specified detail message.
      Parameters:
      msg - the detail message.