com.plumtree.remote.prc.collaboration
Class CollaborationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.plumtree.remote.prc.collaboration.CollaborationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MultipleObjectException, NameAlreadyInUseException, PermissionDeniedException
- public class CollaborationException
- extends java.rmi.RemoteException
Thrown when a remote invocation results in an error.
This is the parent class of all other Collaboration exceptions.
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.RemoteException |
detail |
| Methods inherited from class java.rmi.RemoteException |
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CollaborationException
public CollaborationException()
CollaborationException
public CollaborationException(java.lang.String message)
CollaborationException
public CollaborationException(java.lang.Throwable cause)
CollaborationException
public CollaborationException(java.lang.String message,
java.lang.Throwable cause)
For additional information on the IDK, including tutorials, blogs, code samples and more, see the AquaLogic User Interaction Developer Center on BEA dev2dev.Copyright ©2007 BEA Systems, Inc. All Rights Reserved.