java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.slide.common.SlideException
org.apache.slide.common.ServiceAccessException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceAccessException
- extends SlideException
Service access exception.
- Version:
- $Revision: 1.12 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CHANNEL
private static final java.lang.String CHANNEL
- See Also:
- Constant Field Values
DEBUG
private static final int DEBUG
- See Also:
- Constant Field Values
LOGGER
private static org.apache.slide.util.logger.Logger LOGGER
nestedException
private java.lang.Throwable nestedException
ServiceAccessException
public ServiceAccessException(Service service,
java.lang.String cause)
- Constructor.
ServiceAccessException
public ServiceAccessException(Service service,
java.lang.Throwable e)
- Constructor.
computeCause
private static java.lang.String computeCause(java.lang.String delieveredCause,
java.lang.Throwable e)
- computeCause.
computeCause
private static java.lang.String computeCause(java.lang.String delieveredCause)
- computeCause.
computeCause
private static java.lang.String computeCause(java.lang.Throwable e)
- computeCause.
getCauseException
public java.lang.Throwable getCauseException()
- return the cause exception, if supplied, else null.