Class GalasaEcosystemManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.galasa.ManagerException
dev.galasa.galasaecosystem.GalasaEcosystemManagerException
All Implemented Interfaces:
Serializable

public class GalasaEcosystemManagerException extends ManagerException
See Also:
  • Constructor Details

    • GalasaEcosystemManagerException

      public GalasaEcosystemManagerException()
    • GalasaEcosystemManagerException

      public GalasaEcosystemManagerException(String message)
    • GalasaEcosystemManagerException

      public GalasaEcosystemManagerException(Throwable cause)
    • GalasaEcosystemManagerException

      public GalasaEcosystemManagerException(String message, Throwable cause)
    • GalasaEcosystemManagerException

      public GalasaEcosystemManagerException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)