org.jSyncManager.API.Protocol.Util
Class InvalidDLPDateException
Exceptionorg.jSyncManager.API.Protocol.Util.InvalidDLPDateException
public class InvalidDLPDateException
extends Exception
The InvalidDLPDateException class.
This exeception is generated when a specified DLP date value is invalid.
InvalidDLPDateException
public InvalidDLPDateException()
Constructs a new InvalidDLPDateException object.
InvalidDLPDateException
public InvalidDLPDateException(String s)
Constructs a new InvalidDLPDateException object with the given message.
s - a String containing the exeception message text.