com.bea.data
Class RawDataRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.data.RawDataRuntimeException
All Implemented Interfaces:
Serializable

public class RawDataRuntimeException
extends RuntimeException

Used to mark runtime exceptions for RawData.

See Also:
Serialized Form

Constructor Summary
RawDataRuntimeException()
          empty exception
RawDataRuntimeException(String message)
          exception with specified detail message.
RawDataRuntimeException(String message, Throwable cause)
          exception with specified detail message and cause.
RawDataRuntimeException(Throwable cause)
          exception with specified cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RawDataRuntimeException

public RawDataRuntimeException()
empty exception


RawDataRuntimeException

public RawDataRuntimeException(String message)
exception with specified detail message.


RawDataRuntimeException

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


RawDataRuntimeException

public RawDataRuntimeException(Throwable cause)
exception with specified cause.