org.apache.lenya.cms.observation
Class ObservationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.