org.eclipse.net4j.util.security
Class NegotiationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.SecurityException
                  extended by org.eclipse.net4j.util.security.NegotiationException
All Implemented Interfaces:
Serializable

public class NegotiationException
extends SecurityException

Since:
2.0
See Also:
Serialized Form

Constructor Summary
NegotiationException()
           
NegotiationException(String s)
           
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 s)

NegotiationException

public NegotiationException(Throwable cause)

NegotiationException

public NegotiationException(String message,
                            Throwable cause)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.