Class PersisterException

  • All Implemented Interfaces:
    Serializable

    public class PersisterException
    extends Exception
    This class types persister errors.
    Version:
    $Id: PersisterException.java,v 1.1 2005/01/05 22:20:18 andy Exp $
    See Also:
    Serialized Form
    • Constructor Detail

      • PersisterException

        public PersisterException​(String message)
        Create an exception containing the message
        Parameters:
        message - The error message
      • PersisterException

        public PersisterException​(String message,
                                  Throwable cause)
        Create an exception containing the message and root cause
        Parameters:
        message - The error message
        cause - The root cause