Class PhoneNumberParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.scim.spec.phonenumber.PhoneNumberParseException
All Implemented Interfaces:
Serializable

public class PhoneNumberParseException extends Exception
Author:
heidielliott
See Also:
  • Constructor Details

    • PhoneNumberParseException

      public PhoneNumberParseException()
    • PhoneNumberParseException

      public PhoneNumberParseException(String message)
      Parameters:
      message -
    • PhoneNumberParseException

      public PhoneNumberParseException(Throwable cause)
      Parameters:
      cause -
    • PhoneNumberParseException

      public PhoneNumberParseException(String message, Throwable cause)
      Parameters:
      message -
      cause -