Class IllegalLookupValueProviderKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.xebialabs.deployit.plugin.api.udm.lookup.IllegalLookupValueProviderKeyException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalLookupValueProviderKeyException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalLookupValueProviderKeyException()
IllegalLookupValueProviderKeyException(java.lang.String message)
IllegalLookupValueProviderKeyException(java.lang.String message, java.lang.Throwable cause)
IllegalLookupValueProviderKeyException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
IllegalLookupValueProviderKeyException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
IllegalLookupValueProviderKeyException
public IllegalLookupValueProviderKeyException()
-
IllegalLookupValueProviderKeyException
public IllegalLookupValueProviderKeyException(java.lang.String message)
-
IllegalLookupValueProviderKeyException
public IllegalLookupValueProviderKeyException(java.lang.String message, java.lang.Throwable cause)
-
IllegalLookupValueProviderKeyException
public IllegalLookupValueProviderKeyException(java.lang.Throwable cause)
-
IllegalLookupValueProviderKeyException
public IllegalLookupValueProviderKeyException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-