public class NativeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
NativeException()
A no-arg constructor to create this exception.
|
NativeException(java.lang.String message)
An overloaded constructor to create this exception with error message provided.
|
NativeException(java.lang.String message,
java.lang.Throwable cause)
An overloaded constructor to create this exception with error message provided and cause.
|
NativeException(java.lang.Throwable cause)
An overloaded constructor to create this exception with cause.
|
public NativeException()
public NativeException(java.lang.String message)
message - Additional information describing the exception.public NativeException(java.lang.String message,
java.lang.Throwable cause)
message - Additional information describing the exception.cause - The Throwable cause param of the exception.public NativeException(java.lang.Throwable cause)
cause - The Throwable cause param of the exception.