Package com.axelor.auth
Class AuthSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.axelor.auth.AuthSecurityException
-
- All Implemented Interfaces:
Serializable
public class AuthSecurityException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthSecurityException(JpaSecurity.AccessType type)
AuthSecurityException(JpaSecurity.AccessType type, Class<?> model, Long... ids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long[]
getIds()
String
getMessage()
Class<?>
getModel()
JpaSecurity.AccessType
getType()
String
getViolationsDetail()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthSecurityException
public AuthSecurityException(JpaSecurity.AccessType type)
-
AuthSecurityException
public AuthSecurityException(JpaSecurity.AccessType type, Class<?> model, Long... ids)
-
-
Method Detail
-
getType
public JpaSecurity.AccessType getType()
-
getModel
public Class<?> getModel()
-
getIds
public Long[] getIds()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getViolationsDetail
public String getViolationsDetail()
-
-