org.codehaus.wadi.servicespace
Class ServiceSpaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.wadi.servicespace.ServiceSpaceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ServiceSpaceAlreadyRegisteredException, ServiceSpaceNotFoundException

public class ServiceSpaceException
extends java.lang.RuntimeException

Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
ServiceSpaceException(ServiceSpaceName serviceSpaceName, java.lang.String message)
           
ServiceSpaceException(ServiceSpaceName serviceSpaceName, java.lang.Throwable cause)
           
 
Method Summary
 ServiceSpaceName getServiceSpaceName()
           
 
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

ServiceSpaceException

public ServiceSpaceException(ServiceSpaceName serviceSpaceName,
                             java.lang.String message)

ServiceSpaceException

public ServiceSpaceException(ServiceSpaceName serviceSpaceName,
                             java.lang.Throwable cause)
Method Detail

getServiceSpaceName

public ServiceSpaceName getServiceSpaceName()


Copyright © 2011. All Rights Reserved.