org.apache.slide.common
Class SlideException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticateException, ConflictException, ContentException, ForbiddenException, InvalidNamespaceConfigurationException, LockException, NamespaceException, NestedSlideException, SearchException, SecurityException, ServiceAccessException, ServiceConnectionFailedException, ServiceDisconnectionFailedException, ServiceInitializationFailedException, ServiceParameterErrorException, ServiceParameterMissingException, ServiceRegistrationFailedException, ServiceResetFailedException, SLMLParsingException, StructureException, UnableToLocateServiceException, UnknownObjectClassException, UnknownServiceDeclarationException

public class SlideException
extends java.lang.Exception

Exception supertype for all Slide components.

Version:
$Revision: 1.5 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
SlideException(java.lang.String message)
          SlideException with logging.
SlideException(java.lang.String message, boolean showTrace)
          SlideException with or without logging.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SlideException

public SlideException(java.lang.String message)
SlideException with logging.
Parameters:
message - Exception message

SlideException

public SlideException(java.lang.String message,
                      boolean showTrace)
SlideException with or without logging.
Parameters:
message - Exception message
showTrace - Defines whether or not something is logged