Class InternalBagOperationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalBagOperationException
    extends BagOperationException
    Exceptions that are the fault of underlying infrastructure, and not the way the classes themselves were used. ie. "our fault".
    Author:
    alex
    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

      • InternalBagOperationException

        public InternalBagOperationException()
        Constructor
      • InternalBagOperationException

        public InternalBagOperationException​(java.lang.String message)
        Parameters:
        message - error message
      • InternalBagOperationException

        public InternalBagOperationException​(java.lang.Throwable cause)
        Parameters:
        cause - exception
      • InternalBagOperationException

        public InternalBagOperationException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Parameters:
        message - error message
        cause - exception