Class PdxInitializationException

  • All Implemented Interfaces:
    Serializable

    public class PdxInitializationException
    extends GemFireException
    Thrown if the PDX system could not be successfully initialized. The cause will give the detailed reason why initialization failed.
    Since:
    GemFire 6.6
    See Also:
    Serialized Form
    • Constructor Detail

      • PdxInitializationException

        public PdxInitializationException​(String message)
        Construct a new exception with the given message
        Parameters:
        message - the message of the new exception
      • PdxInitializationException

        public PdxInitializationException​(String message,
                                          Throwable cause)
        Construct a new exception with the given message and cause
        Parameters:
        message - the message of the new exception
        cause - the cause of the new exception