Class UnmodifiableModuleException

All Implemented Interfaces:
Serializable

  • 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.