Class LogFriendlyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.engine.spi.exception.DeployitException
com.xebialabs.deployit.exception.NotFoundException
com.xebialabs.xlrelease.exception.LogFriendlyNotFoundException
- All Implemented Interfaces:
Serializable
@SuppressStackTrace(suppressStackTrace=true)
public class LogFriendlyNotFoundException
extends com.xebialabs.deployit.exception.NotFoundException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLogFriendlyNotFoundException
(String messageTemplate, Object... args) LogFriendlyNotFoundException
(Throwable cause, String messageTemplate, Object... args) -
Method Summary
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogFriendlyNotFoundException
-
LogFriendlyNotFoundException
-