com.bea.data
Class RawDataRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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.
 
Method Summary
 
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.