BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.event.common
Class EventRegistrationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.event.common.EventRegistrationException

public class EventRegistrationException
extends java.lang.Exception

Class for exceptions generated during event registration.

Author:
Copyright (c) 1996-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1998-1999 by BEA Systems, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
EventRegistrationException()
          Default constructor for serialization
EventRegistrationException(java.lang.String s)
          Constructs an EventRegistrationException with the specified string.
EventRegistrationException(java.lang.String s, boolean noop)
          Constructs an EventRegistrationException with the specified string and sets options.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventRegistrationException

public EventRegistrationException()
Default constructor for serialization

EventRegistrationException

public EventRegistrationException(java.lang.String s)
Constructs an EventRegistrationException with the specified string.

Parameters:
s - String msg

EventRegistrationException

public EventRegistrationException(java.lang.String s,
                                  boolean noop)
Constructs an EventRegistrationException with the specified string and sets options.

Parameters:
s - String msg
noop - Options

Documentation is available at
http://www.weblogic.com/docs51