Class EPPParserException

All Implemented Interfaces:
Serializable

public class EPPParserException extends EPPException

Title: EPP SDK

Description: EPP SDK for 1.0 Spec

Copyright: Copyright (c) 2003

Company: VeriSign

See Also:
  • Constructor Details

    • EPPParserException

      public EPPParserException()
      Creates a new EPPParserException object.
    • EPPParserException

      public EPPParserException(String info)
      Creates a new EPPParserException object.
      Parameters:
      info - DOCUMENT ME!
    • EPPParserException

      public EPPParserException(Throwable aThrowable)
      Creates a new EPPParserException object.
      Parameters:
      aThrowable - DOCUMENT ME!