net.sf.jnati.deploy.resolver
Class ArtefactNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jnati.NativeCodeException
              extended by net.sf.jnati.deploy.resolver.ArtefactNotFoundException
All Implemented Interfaces:
Serializable

public class ArtefactNotFoundException
extends NativeCodeException

Author:
Sam Adams
See Also:
Serialized Form

Constructor Summary
ArtefactNotFoundException(String message)
           
ArtefactNotFoundException(String message, Throwable cause)
           
ArtefactNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArtefactNotFoundException

public ArtefactNotFoundException(String message,
                                 Throwable cause)

ArtefactNotFoundException

public ArtefactNotFoundException(String message)

ArtefactNotFoundException

public ArtefactNotFoundException(Throwable cause)


Copyright © 2007-2011 Sam Adams. All Rights Reserved.