Class RepositoryNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.framework.client.RepositoryNotFoundException
All Implemented Interfaces:
Serializable

public class RepositoryNotFoundException extends IOException
RepositoryNotFoundException thrown when a failed connection occurs to a non-existing repository. A valid server connection is required to make this determination.
See Also:
  • Constructor Details

    • RepositoryNotFoundException

      public RepositoryNotFoundException(String msg)