org.eclipse.emf.emfstore.internal.client.model.exceptions
Class UnsupportedNotificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.client.model.exceptions.UnsupportedNotificationException
All Implemented Interfaces:
Serializable

public class UnsupportedNotificationException
extends Exception

Represents exceptional condition where the notification is unknown to a receiver.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
UnsupportedNotificationException(String message)
          Default constructor.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedNotificationException

public UnsupportedNotificationException(String message)
Default constructor.

Parameters:
message - the message


Copyright © 2015. All Rights Reserved.