Class PdxInitializationException

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      PdxInitializationException​(java.lang.String message)
      Construct a new exception with the given message
      PdxInitializationException​(java.lang.String message, java.lang.Throwable cause)
      Construct a new exception with the given message and cause
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PdxInitializationException

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

        public PdxInitializationException​(java.lang.String message,
                                          java.lang.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