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