Class PSaveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.app.cc.comp.PSaveException
All Implemented Interfaces:
Serializable

public class PSaveException extends Exception
Thrown to indicate that a save attempt has failed.
See Also:
  • Constructor Details

    • PSaveException

      public PSaveException()
      Constructs a PSaveException with no detail message.
    • PSaveException

      public PSaveException(String message)
      Constructs a PSaveException with the specified detail message.
      Parameters:
      message - the detail message.