Class SingletonException

All Implemented Interfaces:
Serializable, scala.util.control.NoStackTrace
Direct Known Subclasses:
HeaderParser.EmptyCookieException$, NotEnoughDataException$

public abstract class SingletonException extends RuntimeException implements scala.util.control.NoStackTrace
INTERNAL API

Convenience base class for exception objects.

See Also:
  • Constructor Details

    • SingletonException

      public SingletonException(String msg)
    • SingletonException

      public SingletonException()