Class IsisFishRuntimeException

All Implemented Interfaces:
Serializable

public class IsisFishRuntimeException extends RuntimeException
Isis runtime exception.
Author:
poussin
See Also:
  • Constructor Details

    • IsisFishRuntimeException

      public IsisFishRuntimeException(String message)
      Constructor with message.
      Parameters:
      message - message
    • IsisFishRuntimeException

      public IsisFishRuntimeException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message
      cause - cause