Package ro.sync.ecss.extensions.api.link
Class CannotRecognizeIDException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.ecss.extensions.api.link.CannotRecognizeIDException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=EXTENDABLE, src=PUBLIC) public class CannotRecognizeIDException extends java.lang.Exception
Exception that is thrown when an ID cannot be recognized in the current context.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotRecognizeIDException(java.lang.String message)
Constructor.
-