org.apache.lenya.cms.observation
Class ObservationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.observation.ObservationException
All Implemented Interfaces:
java.io.Serializable

public class ObservationException
extends java.lang.Exception

Observation-specific exception.

See Also:
Serialized Form

Constructor Summary
ObservationException()
           
ObservationException(java.lang.String arg0)
           
ObservationException(java.lang.String arg0, java.lang.Throwable arg1)
           
ObservationException(java.lang.Throwable arg0)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObservationException

public ObservationException()

ObservationException

public ObservationException(java.lang.String arg0,
                            java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -

ObservationException

public ObservationException(java.lang.String arg0)
Parameters:
arg0 -

ObservationException

public ObservationException(java.lang.Throwable arg0)
Parameters:
arg0 -


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.