org.ogf.graap.wsag.api.exceptions
Class NegotiationFactoryException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.ogf.graap.wsag.api.exceptions.WSAgreementException
org.ogf.graap.wsag.api.exceptions.WSAgreementException
               org.ogf.graap.wsag.api.exceptions.NegotiationFactoryException
org.ogf.graap.wsag.api.exceptions.NegotiationFactoryException
- All Implemented Interfaces: 
- Serializable
- public class NegotiationFactoryException 
- extends WSAgreementException
An exception thrown by a negotiation factory during the negotiation initialization process.
- Author:
- owaeld
- See Also:
- Serialized Form
 
 
 
| Method Summary | 
|  int | getErrorCode()Returns a unique error code for the specific Exception;
 | 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
NegotiationFactoryException
public NegotiationFactoryException()
- Default constructor.
 
NegotiationFactoryException
public NegotiationFactoryException(String message,
                                   Throwable cause)
- Parameters:
- message- the exception message
- cause- the exception cause
NegotiationFactoryException
public NegotiationFactoryException(String message)
- Parameters:
- message- the exception message
NegotiationFactoryException
public NegotiationFactoryException(Throwable cause)
- Parameters:
- cause- the exception cause
getErrorCode
public int getErrorCode()
- Description copied from class: WSAgreementException
- Returns a unique error code for the specific Exception;
 
- 
- Specified by:
- getErrorCodein class- WSAgreementException
 
- 
- Returns:
- the exception specific error code
 
Copyright © 2008-2012. All Rights Reserved.