jPOS 1.6.1 API Documentation

org.jpos.tpl
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.tpl.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends java.lang.Exception

Version:
$Id: NotFoundException.java 2594 2008-01-22 16:41:31Z apr $
Author:
Alejandro P. Revilla
See Also:
Serialized Form

Constructor Summary
NotFoundException()
           
NotFoundException(java.lang.String detail)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(java.lang.String detail)

jPOS.org