Package org.wso2.carbon.registry.api
Class RegistryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.registry.api.RegistryException
-
- All Implemented Interfaces:
Serializable
public class RegistryException extends Exception
Base Class for capturing any type of exception that occurs when using the Registry APIs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryException(String message)Constructs a new exception with the specified detail message.RegistryException(String message, Throwable cause)Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RegistryException
public RegistryException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message- the detail message.
-
-