Class PEBKACException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PEBKACException
    extends java.lang.UnsupportedOperationException
    An exception for when a problem exists between keyboard and chair.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PEBKACException

        public PEBKACException()
        Constructs a new PEBKACException.
      • PEBKACException

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

        public PEBKACException​(java.lang.String msg,
                               java.lang.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​(java.lang.Throwable cause)
        Constructs a new PEBKACException with the given cause.
        Parameters:
        cause - The cause of the exception