org.wso2.carbon.registry.core.exceptions
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.carbon.registry.api.RegistryException
              extended by org.wso2.carbon.registry.core.exceptions.RegistryException
All Implemented Interfaces:
java.io.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

Constructor Summary
RegistryException(java.lang.String message)
          
RegistryException(java.lang.String message, 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

RegistryException

public RegistryException(java.lang.String message)


RegistryException

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



Copyright © 2011 WSO2 Inc. All Rights Reserved.