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:
java.io.Serializable
@SuppressStackTrace(suppressStackTrace=true) public class LogFriendlyNotFoundException extends com.xebialabs.deployit.exception.NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogFriendlyNotFoundException(java.lang.String messageTemplate, java.lang.Object... args)
LogFriendlyNotFoundException(java.lang.Throwable cause, java.lang.String messageTemplate, java.lang.Object... args)
-
Method Summary
-
Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors
-
-