org.palo.api.exceptions
Class PaloIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.palo.api.exceptions.PaloIOException
All Implemented Interfaces:
java.io.Serializable

public class PaloIOException
extends java.lang.Exception

PaloIoException Signals that an exception during the saving or loading of palo subsets or views has occurred.

Version:
$Id: PaloIOException.html,v 1.5 2009/07/09 11:01:46 ArndHouben Exp $
See Also:
Serialized Form

Constructor Summary
PaloIOException(java.lang.String message)
          Constructs an PaloIOException with the specified message.
PaloIOException(java.lang.String message, java.lang.Throwable cause)
          Constructs an PaloIOException with the specified message and cause.
PaloIOException(java.lang.Throwable cause)
          Constructs an PaloIOException with the specified cause.
 
Method Summary
 java.lang.Object getData()
           
 void setData(java.lang.Object data)
           
 
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

PaloIOException

public PaloIOException(java.lang.String message)
Constructs an PaloIOException with the specified message.

Parameters:
message - a detailed exception message

PaloIOException

public PaloIOException(java.lang.String message,
                       java.lang.Throwable cause)
Constructs an PaloIOException with the specified message and cause.

Parameters:
message - a detailed exception message
cause - the cause for this exception

PaloIOException

public PaloIOException(java.lang.Throwable cause)
Constructs an PaloIOException with the specified cause.

Parameters:
cause - the cause for this exception
Method Detail

setData

public final void setData(java.lang.Object data)

getData

public final java.lang.Object getData()