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

Constructor Summary

RawDataRuntimeException()

empty exception
RawDataRuntimeException(String message, Throwable cause)

exception with specified detail message and cause.
RawDataRuntimeException(String message)

exception with specified detail message.
RawDataRuntimeException(Throwable cause)

exception with specified cause.
 

Method Summary

 
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
   

Constructor Detail

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.