org.wso2.carbon.registry.core.exceptions
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.registry.api.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthorizationFailedException, ConcurrentModificationException, ResourceNotFoundException, SynchronizationException
public class RegistryException
- extends org.wso2.carbon.registry.api.RegistryException
Base Class for capturing any type of exception that occurs when using the Registry APIs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RegistryException
public RegistryException(String message)
-
RegistryException
public RegistryException(String message,
Throwable cause)
-
Copyright © 2012 WSO2 Inc. All Rights Reserved.