org.wso2.wsas.persistence.exception
Class ServiceGroupNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.wsas.persistence.exception.ServiceGroupNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServiceGroupNotFoundException
extends java.lang.Exception

Exception to indicate that a service group was not found

See Also:
Serialized Form

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

ServiceGroupNotFoundException

public ServiceGroupNotFoundException()

ServiceGroupNotFoundException

public ServiceGroupNotFoundException(java.lang.String message)

ServiceGroupNotFoundException

public ServiceGroupNotFoundException(java.lang.Throwable cause)

ServiceGroupNotFoundException

public ServiceGroupNotFoundException(java.lang.String message,
                                     java.lang.Throwable cause)