Class HigsonIllegalStateException

All Implemented Interfaces:
Serializable

public class HigsonIllegalStateException extends HigsonRuntimeException
This exception should be thrown within higson, instead of IllegalStateException.
Author:
przemek hertel
See Also:
  • Constructor Details

    • HigsonIllegalStateException

      public HigsonIllegalStateException(String msg)
      Construct a new HigsonIllegalStateException with specified message msg.
      Parameters:
      msg - detailed message
    • HigsonIllegalStateException

      public HigsonIllegalStateException(String msg, Throwable cause)
      Construct a new HigsonIllegalStateException with specified message msg and underling cause.
      Parameters:
      msg - detailed message
      cause - underling cause