public class CgException extends RuntimeException
RuntimeException
.Constructor and Description |
---|
CgException()
Constructs a CgException object.
|
CgException(String message)
Constructs a CgException object with the specified detail message.
|
CgException(String message,
Throwable cause)
Constructs a CgException object with the specified detail message and
root cause.
|
CgException(Throwable cause)
Constructs a CgException object with the specified root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CgException()
public CgException(String message)
public CgException(String message, Throwable cause)
public CgException(Throwable cause)
Copyright 2010 JogAmp Community.