org.netbeans.lib.collab
Class CollaborationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.lib.collab.CollaborationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AuthenticationException, AuthorizationException, CertificateRejectedException, ConflictException, ItemNotFoundException, RecipientUnvailableException, RoutingException, ServiceUnavailableException, TimeoutException
- public class CollaborationException
- extends java.lang.Exception
- Since:
- version 0.1
- See Also:
- Serialized Form
Method Summary |
int |
getCondition()
return catalogued error condition |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNDEFINED_CONDITION
public static final int UNDEFINED_CONDITION
- See Also:
- Constant Field Values
CollaborationException
public CollaborationException()
CollaborationException
public CollaborationException(java.lang.String msg)
CollaborationException
public CollaborationException(java.lang.Throwable t)
CollaborationException
public CollaborationException(java.lang.String msg,
java.lang.Throwable t)
CollaborationException
public CollaborationException(java.lang.String msg,
int condition)
CollaborationException
public CollaborationException(java.lang.Throwable t,
int condition)
CollaborationException
public CollaborationException(java.lang.String msg,
java.lang.Throwable t,
int condition)
getCondition
public int getCondition()
- return catalogued error condition