org.jboss.security.negotiation
Class NegotiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.security.negotiation.NegotiationException
All Implemented Interfaces:
Serializable

public class NegotiationException
extends Exception

A negotiation exception for when a checked exception is required.

Since:
10th August 2008
Version:
$Revision: 83510 $
Author:
darran.lofthouse@jboss.com
See Also:
Serialized Form

Constructor Summary
NegotiationException()
           
NegotiationException(String message)
           
NegotiationException(String message, Throwable cause)
           
NegotiationException(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

NegotiationException

public NegotiationException()

NegotiationException

public NegotiationException(String message,
                            Throwable cause)

NegotiationException

public NegotiationException(String message)

NegotiationException

public NegotiationException(Throwable cause)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.