Package org.openiam.exception
Class AuthorizationMenuException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openiam.exception.BasicDataServiceException
-
- org.openiam.exception.AuthorizationMenuException
-
- All Implemented Interfaces:
Serializable
public class AuthorizationMenuException extends BasicDataServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationMenuException(ResponseCode code, String menuName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMenuName()
-
Methods inherited from class org.openiam.exception.BasicDataServiceException
addErrorToken, getCode, getErrorTokenList, getOriginalCause, getResponseValue, setCode, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
AuthorizationMenuException
public AuthorizationMenuException(ResponseCode code, String menuName)
-
-
Method Detail
-
getMenuName
public String getMenuName()
-
-