com.bea.b2b.security
Class SecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.b2b.B2BException
                    |
                    +--com.bea.b2b.security.SecurityException

public class SecurityException
extends B2BException

A SecurityException is thrown if an error occurs with security validation or authentication.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
SecurityException()
          Constructs a SecurityException.
SecurityException(java.lang.String msg)
          Constructs a SecurityException with the specified message.
 
Methods inherited from class com.bea.b2b.B2BException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityException

public SecurityException()
Constructs a SecurityException.

SecurityException

public SecurityException(java.lang.String msg)
Constructs a SecurityException with the specified message.

Parameters:
msg - Message text.