Class HypoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.demonwav.hypo.core.HypoException
All Implemented Interfaces:
Serializable

public class HypoException extends Exception
Generic checked exception for Hypo execution errors.
See Also:
Serialized Form
  • Constructor Details

    • HypoException

      public HypoException(String message)
      Constructor for HypoException with a message.
      Parameters:
      message - The message for this exception.
    • HypoException

      public HypoException(String message, Throwable cause)
      Constructor for HypoException with a message and a cause.
      Parameters:
      message - The message for this exception.
      cause - The cause of this exception.