Class MissingParameterException

All Implemented Interfaces:
Serializable

public class MissingParameterException extends OperationFailedException
Exception class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).
Author:
Marco Schmidt
See Also:
  • Constructor Details

    • MissingParameterException

      public MissingParameterException(String message)