com.ibm.able.platform.agents
Class FipaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--com.ibm.able.AbleException
|
+--com.ibm.able.platform.agents.FipaException
- public class FipaException
- extends AbleException
- implements java.io.Serializable
This class provides an implementation of a FIPA exception.
This class isn't actually used anywhere at the moment, so it
will need "fleshing out" when needed.
- Version:
- $Revision: 1.2 $, $Date: 2000/02/08 15:13:58 $
- See Also:
- Serialized Form
Fields inherited from class java.rmi.RemoteException |
detail |
Method Summary |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
Methods inherited from class java.rmi.RemoteException |
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
myErrorCode
protected int myErrorCode
FipaException
public FipaException(int theErrorCode)
- Create a new exception.
- Parameters:
theErrorCode
- Some FIPA error code; we'll equate these in Fipa.java.
FipaException
public FipaException()
- Create a new exception.
toString
public java.lang.String toString()
- Retrieve a string describing (the contents of) the object.
- Returns:
- A String containing the current contents of the object.
- Overrides:
- toString in class AbleException
Copyright
public static java.lang.String Copyright()
- Determine the copyright of this class.
- Returns:
- A String containing this class's copyright statement.
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'