org.eclipse.emf.emfstore.internal.server.exceptions
Class BranchInfoMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.internal.server.exceptions.BranchInfoMissingException
All Implemented Interfaces:
Serializable

public class BranchInfoMissingException
extends ESException

Exception for indicating that branch related information is missing.

Author:
emueller
See Also:
Serialized Form

Constructor Summary
BranchInfoMissingException(String message)
          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

BranchInfoMissingException

public BranchInfoMissingException(String message)
Constructor.

Parameters:
message - the exception message


Copyright © 2016. All Rights Reserved.