org.jSyncManager.API.Protocol.Util

Class InvalidDLPDateException


public class InvalidDLPDateException
extends Exception

The InvalidDLPDateException class. This exeception is generated when a specified DLP date value is invalid.

Constructor Summary

InvalidDLPDateException()
Constructs a new InvalidDLPDateException object.
InvalidDLPDateException(String s)
Constructs a new InvalidDLPDateException object with the given message.

Constructor Details

InvalidDLPDateException

public InvalidDLPDateException()
Constructs a new InvalidDLPDateException object.

InvalidDLPDateException

public InvalidDLPDateException(String s)
Constructs a new InvalidDLPDateException object with the given message.
Parameters:
s - a String containing the exeception message text.