Class CometRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.priint.pubserver.comet.exception.CometRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class CometRuntimeException extends java.lang.RuntimeExceptionThe type Comet runtime exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CometRuntimeException()Instantiates a new Comet runtime exception.CometRuntimeException(java.lang.String message)Instantiates a new Comet runtime exception.CometRuntimeException(java.lang.String message, java.lang.Throwable cause)Instantiates a new Comet runtime exception.CometRuntimeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new Comet runtime exception.CometRuntimeException(java.lang.Throwable cause)Instantiates a new Comet runtime exception.
-
-
-
Constructor Detail
-
CometRuntimeException
public CometRuntimeException()
Instantiates a new Comet runtime exception.
-
CometRuntimeException
public CometRuntimeException(java.lang.String message)
Instantiates a new Comet runtime exception.- Parameters:
message- the message
-
CometRuntimeException
public CometRuntimeException(java.lang.Throwable cause)
Instantiates a new Comet runtime exception.- Parameters:
cause- the cause
-
CometRuntimeException
public CometRuntimeException(java.lang.String message, java.lang.Throwable cause)Instantiates a new Comet runtime exception.- Parameters:
message- the messagecause- the cause
-
CometRuntimeException
public CometRuntimeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)Instantiates a new Comet runtime exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
-