Package ome.security.auth
Class PasswordChangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ome.security.auth.PasswordChangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PasswordChangeException extends java.lang.Exception
Caught exception thrown fromPasswordProvider.changePassword(String, String)
to allow read-only implementations to refuse an action.- Since:
- 4.0
- See Also:
SecuritySystem
,Permissions
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordChangeException(java.lang.String msg)
-