Class Utils.ShouldNotHappenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadinstitute.http.nio.utils.Utils.ShouldNotHappenException
All Implemented Interfaces:
Serializable
Enclosing class:
Utils

public static class Utils.ShouldNotHappenException extends RuntimeException
RuntimeException for parts of the code that should not happen.
See Also:
  • Constructor Details

    • ShouldNotHappenException

      public ShouldNotHappenException(Throwable e)
      Constructor.
      Parameters:
      e - cause. May be null.
    • ShouldNotHappenException

      public ShouldNotHappenException(String msg)
      Constructor.
      Parameters:
      msg - the message to display