Class 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 Detail

      • PasswordCallbackException

        public PasswordCallbackException()
      • PasswordCallbackException

        public PasswordCallbackException​(String message,
                                         Throwable cause)
      • PasswordCallbackException

        public PasswordCallbackException​(String message)
      • PasswordCallbackException

        public PasswordCallbackException​(Throwable cause)