Class InvalidStashRepositoryException

All Implemented Interfaces:
Serializable

public class InvalidStashRepositoryException extends InvalidRepositoryException
We need to know that exception is Stash related. The same time we need to know if it's invalid repository exception. Making it right would require many changes in code. So for now we will have two stash related exceptions...
See Also:
  • Constructor Details