org.palo.api.exceptions
Class PaloObjectNotFoundException

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

public class PaloObjectNotFoundException
extends PaloAPIException

PaloObjectNotFoundException

Indicates that a required palo object like e.g. a Dimension could not be found or does not exists on palo server.

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

Constructor Summary
PaloObjectNotFoundException(java.lang.String msg)
           
PaloObjectNotFoundException(java.lang.String msg, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.palo.api.PaloAPIException
getData, getDescription, getErrorCode, getReason, setData
 
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

PaloObjectNotFoundException

public PaloObjectNotFoundException(java.lang.String msg)

PaloObjectNotFoundException

public PaloObjectNotFoundException(java.lang.String msg,
                                   java.lang.Throwable cause)