| | |
| | | |
| | | import org.opends.sdk.ByteString; |
| | | import org.opends.sdk.DecodeException; |
| | | import org.opends.sdk.LocalizableMessage; |
| | | import org.opends.sdk.schema.Schema; |
| | | |
| | | import com.sun.opends.sdk.util.Message; |
| | | import com.sun.opends.sdk.util.StaticUtils; |
| | | |
| | | |
| | |
| | | { |
| | | if (value == null) |
| | | { |
| | | Message message = ERR_PWEXPIRING_NO_CONTROL_VALUE.get(); |
| | | LocalizableMessage message = ERR_PWEXPIRING_NO_CONTROL_VALUE.get(); |
| | | throw DecodeException.error(message); |
| | | } |
| | | |
| | |
| | | StaticUtils.DEBUG_LOG.throwing( |
| | | "PasswordExpiringControl.Decoder", "decode", e); |
| | | |
| | | Message message = ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION |
| | | LocalizableMessage message = ERR_PWEXPIRING_CANNOT_DECODE_SECONDS_UNTIL_EXPIRATION |
| | | .get(getExceptionMessage(e)); |
| | | throw DecodeException.error(message); |
| | | } |