Class ParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.accounting.accounting.summary.access.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException extends Exception
See Also:
  • Constructor Details

    • ParameterException

      public ParameterException()
    • ParameterException

      public ParameterException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ParameterException

      public ParameterException(String message, Throwable cause)
    • ParameterException

      public ParameterException(String message)
    • ParameterException

      public ParameterException(Throwable cause)