Class PException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, NoSuchPrototypeException, ReadOnlyException, UnknownKeyException, UnresolvableObjectException, WrapperException

public abstract class PException extends RuntimeException
This is a parent class for all exceptions generated by Persistence.

It's abstract, to disallow direct usage and force usage of meaningfull subclasses.

Author:
dobisekm
See Also:
  • Constructor Details

    • PException

      public PException()
    • PException

      public PException(String message)
      Parameters:
      message -
    • PException

      public PException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • PException

      public PException(Throwable cause)
      Parameters:
      cause -