org.wso2.carbon.registry.core.secure
Class AuthorizationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.secure.AuthorizationFailedException
- All Implemented Interfaces:
- Serializable
public class AuthorizationFailedException
- extends RegistryException
Class for capturing exception due to inadequate authorizations to proceed with various registry
operations and related utility methods.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AuthorizationFailedException
public AuthorizationFailedException(String message)
- Constructs a new exception with the specified detail message.
- Parameters:
message
- the detail message.
AuthorizationFailedException
public AuthorizationFailedException(String message,
Throwable cause)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
message
- the detail message.cause
- the cause of this exception.
Copyright © 2010. All Rights Reserved.