Class ClusteredLockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClusteredLockException
    extends java.lang.RuntimeException
    Exception used to handle errors on clustered locks
    Since:
    9.2
    Author:
    Katia Aresti, karesti@redhat.com
    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

      • ClusteredLockException

        public ClusteredLockException​(java.lang.String message)
      • ClusteredLockException

        public ClusteredLockException​(java.lang.Throwable t)