org.objectweb.perseus.fos.api
Class FosException
Exception
org.objectweb.perseus.fos.api.FosException
public class FosException
extends Exception
Defines the exception raised by all File Object Store related functions.
- S. Chassande-Barrioz, P. D?chamboux
FosException(String errmsg) - Constructs an exception merely with an error message.
|
FosException(String errmsg, Exception e) - Constructs an exception with an error message and a nested exception.
|
FosException
public FosException(String errmsg)
Constructs an exception merely with an error message.
errmsg
- The error message.
FosException
public FosException(String errmsg,
Exception e)
Constructs an exception with an error message and a nested exception.
errmsg
- The error message.
getNestedException
public Exception getNestedException()
Returns the nested exception if any.
- The nested exception.
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.