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

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.InvalidVersionSpecException
All Implemented Interfaces:
Serializable

public class InvalidVersionSpecException
extends ESException

Represents a condition where a version specifier is invalid.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
InvalidVersionSpecException()
          Default constructor.
InvalidVersionSpecException(String message)
          Default constructor.
InvalidVersionSpecException(String message, Throwable cause)
          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

InvalidVersionSpecException

public InvalidVersionSpecException()
Default constructor.


InvalidVersionSpecException

public InvalidVersionSpecException(String message)
Default constructor.

Parameters:
message - the message

InvalidVersionSpecException

public InvalidVersionSpecException(String message,
                                   Throwable cause)
Default constructor.

Parameters:
message - the message
cause - underlying exception


Copyright © 2015. All Rights Reserved.