Module watamebot

Class SingleInstanceUtil.SingleInstanceLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.foxgenesis.util.SingleInstanceUtil.SingleInstanceLockException
All Implemented Interfaces:
Serializable
Enclosing class:
SingleInstanceUtil

public static class SingleInstanceUtil.SingleInstanceLockException extends RuntimeException
Exception class thrown when SingleInstanceUtil fails to obtain a lock on its desired port.
Author:
Ashley
See Also:
  • Constructor Details

    • SingleInstanceLockException

      public SingleInstanceLockException(File file, int retries)
  • Method Details