Class PEBKACException

All Implemented Interfaces:
Serializable

public class PEBKACException extends UnsupportedOperationException
An exception for when a problem exists between keyboard and chair.
See Also:
  • Constructor Details

    • PEBKACException

      public PEBKACException()
      Constructs a new PEBKACException.
    • PEBKACException

      public PEBKACException(String msg)
      Constructs a new PEBKACException with the given message.
      Parameters:
      msg - The exception message
    • PEBKACException

      public PEBKACException(String msg, Throwable cause)
      Constructs a new PEBKACException with the given message and cause.
      Parameters:
      msg - The exception message
      cause - The cause of the exception
    • PEBKACException

      public PEBKACException(Throwable cause)
      Constructs a new PEBKACException with the given cause.
      Parameters:
      cause - The cause of the exception