public final class JavaException extends RuntimeCoreException
| Constructor and Description |
|---|
JavaException()
Creates a new instance with no detail message.
|
JavaException(java.lang.String message)
Creates a new instance with the given detail message.
|
JavaException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
JavaException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public JavaException()
public JavaException(@Nullable
java.lang.String message)
public JavaException(@Nullable
java.lang.String message,
@Nullable
java.lang.Throwable cause)
public JavaException(@Nullable
java.lang.Throwable cause)