Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.slide.common
Class ServiceAccessException  view ServiceAccessException download ServiceAccessException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.slide.common.SlideException
              extended byorg.apache.slide.common.ServiceAccessException
All Implemented Interfaces:
java.io.Serializable

public class ServiceAccessException
extends SlideException

Service access exception.

Version:
$Revision: 1.12 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static java.lang.String CHANNEL
           
private static int DEBUG
           
private static org.apache.slide.util.logger.Logger LOGGER
           
private  java.lang.Throwable nestedException
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ServiceAccessException(Service service, java.lang.String cause)
          Constructor.
ServiceAccessException(Service service, java.lang.Throwable e)
          Constructor.
 
Method Summary
private static java.lang.String computeCause(java.lang.String delieveredCause)
          computeCause.
private static java.lang.String computeCause(java.lang.String delieveredCause, java.lang.Throwable e)
          computeCause.
private static java.lang.String computeCause(java.lang.Throwable e)
          computeCause.
 java.lang.Throwable getCauseException()
          return the cause exception, if supplied, else null.
 
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
 

Field Detail

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
Constructor Detail

ServiceAccessException

public ServiceAccessException(Service service,
                              java.lang.String cause)
Constructor.


ServiceAccessException

public ServiceAccessException(Service service,
                              java.lang.Throwable e)
Constructor.

Method Detail

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.