org.ogf.graap.wsag.api.exceptions
Class NegotiationFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ogf.graap.wsag.api.exceptions.NegotiationFactoryException
All Implemented Interfaces:
Serializable

public class NegotiationFactoryException
extends Exception

An exception thrown by a negotiation factory during the negotiation initialization process.

Author:
owaeld
See Also:
Serialized Form

Constructor Summary
NegotiationFactoryException()
          Default constructor.
NegotiationFactoryException(String message)
           
NegotiationFactoryException(String message, Throwable cause)
           
NegotiationFactoryException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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


Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.