RawDataRuntimeException Class
com.bea.data
RawDataRuntimeException Class
- public class RawDataRuntimeException
extends RuntimeException
Used to mark runtime exceptions for RawData
.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
RawDataRuntimeException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawDataRuntimeException
public RawDataRuntimeException()
- empty exception
RawDataRuntimeException
public RawDataRuntimeException(String
message,
Throwable
cause)
- exception with specified detail message and cause.
RawDataRuntimeException
public RawDataRuntimeException(String
message)
- exception with specified detail message.
RawDataRuntimeException
public RawDataRuntimeException(Throwable
cause)
- exception with specified cause.