Class ResourceMonitorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceMonitorException
    extends java.lang.Exception
    Resource Monitor Exception reports an invalid usage of a monitor.
    Version:
    1.0
    Author:
    $Id: 2bb50571973d6832518f3c8a50a96a37dbf85f20 $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceMonitorException​(java.lang.String msg)
      Create a new ResourceMonitorException
      ResourceMonitorException​(java.lang.String msg, java.lang.Throwable t)
      Create a new ResourceMonitorException
    • 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

      • ResourceMonitorException

        public ResourceMonitorException​(java.lang.String msg)
        Create a new ResourceMonitorException
        Parameters:
        msg - message
      • ResourceMonitorException

        public ResourceMonitorException​(java.lang.String msg,
                                        java.lang.Throwable t)
        Create a new ResourceMonitorException
        Parameters:
        msg - message
        t -