com.bea.httppubsub
Class PubSubSecurityException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.httppubsub.PubSubServerException
                    |
                    +--com.bea.httppubsub.PubSubSecurityException

public class PubSubSecurityException
extends PubSubServerException

PubSub security related exception.

See Also:
Serialized Form

Constructor Summary
PubSubSecurityException()
           
PubSubSecurityException(java.lang.String message)
           
PubSubSecurityException(java.lang.String message, java.lang.Throwable cause)
           
PubSubSecurityException(java.lang.Throwable cause)
           
 
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

PubSubSecurityException

public PubSubSecurityException(java.lang.Throwable cause)

PubSubSecurityException

public PubSubSecurityException(java.lang.String message,
                               java.lang.Throwable cause)

PubSubSecurityException

public PubSubSecurityException(java.lang.String message)

PubSubSecurityException

public PubSubSecurityException()


Copyright © 2007 BEA Systems All Rights Reserved.