Class PasswordCallbackException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.evolveum.midpoint.model.impl.security.PasswordCallbackException
-
- All Implemented Interfaces:
Serializable
public class PasswordCallbackException extends IOException
Hack to correctly process exceptions from a password callback; If this exception is thrown then the event was already audited. This is deliberately a subclass of IOException because CXF will only handle IOExceptions correctly.- Author:
- semancik
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordCallbackException()
PasswordCallbackException(String message)
PasswordCallbackException(String message, Throwable cause)
PasswordCallbackException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-