Class CAKEIOException

All Implemented Interfaces:
Serializable

public class CAKEIOException extends CAKEException
A CakeIOException is thrown for failures in io components.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • CAKEIOException

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

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