Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends P4JavaException
Exception class for P4Java configuration-related exceptions.
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException()
    • ConfigException

      public ConfigException(String message, Throwable cause)
    • ConfigException

      public ConfigException(String message)
    • ConfigException

      public ConfigException(Throwable cause)