Class CometRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.priint.pubserver.comet.exception.CometRuntimeException
- All Implemented Interfaces:
Serializable
The type Comet runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Comet runtime exception.CometRuntimeException(String message) Instantiates a new Comet runtime exception.CometRuntimeException(String message, Throwable cause) Instantiates a new Comet runtime exception.CometRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new Comet runtime exception.CometRuntimeException(Throwable cause) Instantiates a new Comet runtime exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CometRuntimeException
public CometRuntimeException()Instantiates a new Comet runtime exception. -
CometRuntimeException
Instantiates a new Comet runtime exception.- Parameters:
message- the message
-
CometRuntimeException
Instantiates a new Comet runtime exception.- Parameters:
cause- the cause
-
CometRuntimeException
Instantiates a new Comet runtime exception.- Parameters:
message- the messagecause- the cause
-
CometRuntimeException
public CometRuntimeException(String message, 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
-