Class CatalogCommandRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codice.ddf.commands.util.CatalogCommandRuntimeException
All Implemented Interfaces:
Serializable

public class CatalogCommandRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • CatalogCommandRuntimeException

      public CatalogCommandRuntimeException()
    • CatalogCommandRuntimeException

      public CatalogCommandRuntimeException(String message)
    • CatalogCommandRuntimeException

      public CatalogCommandRuntimeException(String message, Throwable cause)
    • CatalogCommandRuntimeException

      public CatalogCommandRuntimeException(Throwable cause)