org.ow2.wildcat.hierarchy
Class ListenerRegistrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.wildcat.hierarchy.ListenerRegistrationException
- All Implemented Interfaces:
- java.io.Serializable
public class ListenerRegistrationException
- extends java.lang.Exception
Exception thrown when the registration of a listener failed.
- Author:
- Loris Bouzonnet
- See Also:
- Serialized Form
| 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 |
ListenerRegistrationException
public ListenerRegistrationException()
ListenerRegistrationException
public ListenerRegistrationException(java.lang.String message)
ListenerRegistrationException
public ListenerRegistrationException(java.lang.Throwable cause)
ListenerRegistrationException
public ListenerRegistrationException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2008 OW2 Consortium. All Rights Reserved.