Class PValidationException

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

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

    • PValidationException

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

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