Class WrongModuleTypeException

All Implemented Interfaces:
Serializable

public class WrongModuleTypeException extends InternalErrorException
Raised when working with a module which doesn't have expected type.
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • WrongModuleTypeException

      public WrongModuleTypeException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • WrongModuleTypeException

      public WrongModuleTypeException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • WrongModuleTypeException

      public WrongModuleTypeException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception