Class DelegatedAdministrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.syncope.core.spring.security.DelegatedAdministrationException
-
- All Implemented Interfaces:
Serializable
public class DelegatedAdministrationException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelegatedAdministrationException(String realm, String type, String key)
DelegatedAdministrationException(AnyTypeKind type, String key)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DelegatedAdministrationException
public DelegatedAdministrationException(String realm, String type, String key)
-
DelegatedAdministrationException
public DelegatedAdministrationException(AnyTypeKind type, String key)
-
-