org.sapia.soto
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sapia.util.CompositeException
              extended by org.sapia.soto.NotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotFoundException
extends org.sapia.util.CompositeException

Thrown when an object is not found.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software . All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
SotoContainer.lookup(String), Serialized Form

Constructor Summary
NotFoundException(java.lang.String arg0)
          Constructor for ServiceNotFoundException.
NotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for ServiceNotFoundException.
 
Method Summary
 
Methods inherited from class org.sapia.util.CompositeException
getSourceError, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotFoundException

public NotFoundException(java.lang.String arg0,
                         java.lang.Throwable arg1)
Constructor for ServiceNotFoundException.

Parameters:
arg0 -
arg1 -

NotFoundException

public NotFoundException(java.lang.String arg0)
Constructor for ServiceNotFoundException.

Parameters:
arg0 -


Copyright © 2010 Sapia OSS. All Rights Reserved.