Class NameInUseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NameInUseException
    extends ResourceNamingException
    The requested name is already in use by another local resource.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NameInUseException​(java.lang.String name)  
    • 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

      • NameInUseException

        public NameInUseException​(java.lang.String name)