org.wso2.wsas.persistence.exception
Class ServiceGroupNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)