Package net.sf.jnati.deploy.resolver
Class ArtefactNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.sf.jnati.NativeCodeException
-
- net.sf.jnati.deploy.resolver.ArtefactNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArtefactNotFoundException extends net.sf.jnati.NativeCodeException
- Author:
- Sam Adams
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtefactNotFoundException(java.lang.String message)
ArtefactNotFoundException(java.lang.String message, java.lang.Throwable cause)
ArtefactNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ArtefactNotFoundException
public ArtefactNotFoundException(java.lang.String message, java.lang.Throwable cause)
-
ArtefactNotFoundException
public ArtefactNotFoundException(java.lang.String message)
-
ArtefactNotFoundException
public ArtefactNotFoundException(java.lang.Throwable cause)
-
-