org.eclipse.stardust.common.error
Class AccessForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.stardust.common.error.ApplicationException
org.eclipse.stardust.common.error.PublicException
org.eclipse.stardust.common.error.AccessForbiddenException
- All Implemented Interfaces:
- Serializable
public class AccessForbiddenException
- extends PublicException
Thrown when the performing user is not valid or if he doesn't have the neccessary
permissions.
- Version:
- $Revision$
- Author:
- ubirkemeyer
- See Also:
- Serialized Form
AccessForbiddenException
public AccessForbiddenException(String message)
- Deprecated. Use of error codes is strongly recommended.
- Creates the exception with the provided message.
- Parameters:
message - the exception message.
AccessForbiddenException
public AccessForbiddenException(ErrorCase errorCase)
- Creates the exception with the error.
- Parameters:
errorCase - the error code.
Copyright © 2017 Eclipse Stardust. All Rights Reserved.