VMware GemFire Java API Reference
Package org.apache.geode.pdx
Class PdxConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.pdx.PdxConfigurationException
-
- All Implemented Interfaces:
Serializable
public class PdxConfigurationException extends GemFireException
Thrown when a configuration that is now allowed by PDX is detected.- Since:
- GemFire 6.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdxConfigurationException(String message)Constructs a new exception with the given message
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PdxConfigurationException
public PdxConfigurationException(String message)
Constructs a new exception with the given message- Parameters:
message- the message of the new exception
-
-