Class CometRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.priint.pubserver.comet.exception.CometRuntimeException
All Implemented Interfaces:
Serializable

public class CometRuntimeException extends RuntimeException
The type Comet runtime exception.
See Also:
  • Constructor Details

    • CometRuntimeException

      public CometRuntimeException()
      Instantiates a new Comet runtime exception.
    • CometRuntimeException

      public CometRuntimeException(String message)
      Instantiates a new Comet runtime exception.
      Parameters:
      message - the message
    • CometRuntimeException

      public CometRuntimeException(Throwable cause)
      Instantiates a new Comet runtime exception.
      Parameters:
      cause - the cause
    • CometRuntimeException

      public CometRuntimeException(String message, Throwable cause)
      Instantiates a new Comet runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • CometRuntimeException

      public CometRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new Comet runtime exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace