Package es.caib.seycon.ng.exception
Class SeyconAccessLocalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- es.caib.seycon.ng.exception.SeyconAccessLocalException
-
- All Implemented Interfaces:
Serializable
public class SeyconAccessLocalException extends SecurityException
Classe per generar una excepció d'accés sense autorització a un mètode protegit per autoritzacions del SEU Alejandro Usero Ruiz - 19 d'agost de 2011- Author:
- u88683
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeyconAccessLocalException(String ejbName, String method, String requiredRoles)
Llancem una excepció de falta d'autoritzacions.SeyconAccessLocalException(String ejbName, String method, String requiredRoles, String msg)
Llancem una excepció de falta d'autoritzacions.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-