Class LockingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LockingException
    extends java.lang.RuntimeException
    Exception for locking functionality. Shoud be used insteed of RuntimeException.
    Version:
    $Id: $Id
    Author:
    h3llka, another
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LockingException​(java.lang.String message)
      Constructor.
      LockingException​(java.lang.String message, java.lang.Exception cause)
      Constructor.
    • 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

      • LockingException

        public LockingException​(java.lang.String message)
        Constructor.
        Parameters:
        message - message
      • LockingException

        public LockingException​(java.lang.String message,
                                java.lang.Exception cause)
        Constructor.
        Parameters:
        message - message
        cause - exception