Class InsufficientInformationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsufficientInformationException
    extends java.lang.Exception

    InsufficientInformationException class.

    Author:
    brozow
    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

      • InsufficientInformationException

        public InsufficientInformationException()

        Constructor for InsufficientInformationException.

      • InsufficientInformationException

        public InsufficientInformationException​(java.lang.String arg0)

        Constructor for InsufficientInformationException.

        Parameters:
        arg0 - a String object.
      • InsufficientInformationException

        public InsufficientInformationException​(java.lang.String arg0,
                                                java.lang.Throwable arg1)

        Constructor for InsufficientInformationException.

        Parameters:
        arg0 - a String object.
        arg1 - a Throwable object.
      • InsufficientInformationException

        public InsufficientInformationException​(java.lang.Throwable arg0)

        Constructor for InsufficientInformationException.

        Parameters:
        arg0 - a Throwable object.