Class ProCAKENameNotFoundException

All Implemented Interfaces:
Serializable

public class ProCAKENameNotFoundException extends CAKEException
A NameAlreadyExistsException should be thrown if a name is not found.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • ProCAKENameNotFoundException

      public ProCAKENameNotFoundException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • ProCAKENameNotFoundException

      public ProCAKENameNotFoundException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.