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 Details

    • LogFriendlyNotFoundException

      public LogFriendlyNotFoundException(String messageTemplate, Object... args)
    • LogFriendlyNotFoundException

      public LogFriendlyNotFoundException(Throwable cause, String messageTemplate, Object... args)