org.ssonet.net
Class SecurityGoalConflictException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.ssonet.net.SecurityGoalConflictException
All Implemented Interfaces:
java.io.Serializable

public class SecurityGoalConflictException
extends java.io.IOException

This exception is thrown, if a security goal conflict occured during connection estabishment, which could not be solved.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SecurityGoalConflictException()
          Initializes a SecurityGoalConflictException using a standard description.
SecurityGoalConflictException(java.lang.String s)
          Initializes a SecurityGoalConflictException with a given description.
 
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

SecurityGoalConflictException

public SecurityGoalConflictException()
Initializes a SecurityGoalConflictException using a standard description.


SecurityGoalConflictException

public SecurityGoalConflictException(java.lang.String s)
Initializes a SecurityGoalConflictException with a given description.

Parameters:
s - the exception description string


Copyright © 2003 DRIM Team. All Rights Reserved.