Package de.aristaflow.ilm.base.service
Class ServiceNotKnownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.base.configuration.AbortServiceException
-
- de.aristaflow.ilm.base.service.ServiceNotKnownException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class ServiceNotKnownException extends AbortServiceException
- See Also:
ServiceNotKnownException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description String
clusterName
String
serviceInstance
@NotBlank String
serviceType
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description ServiceNotKnownException()
The constructor required for bean deserialisation.ServiceNotKnownException(ServiceNotKnownException snke)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceNotKnownException
public ServiceNotKnownException()
The constructor required for bean deserialisation.
-
ServiceNotKnownException
public ServiceNotKnownException(@NotNull ServiceNotKnownException snke)
-
-