Class CannotRecognizeIDException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.link.CannotRecognizeIDException
All Implemented Interfaces:
Serializable

@API(type=EXTENDABLE, src=PUBLIC) public class CannotRecognizeIDException extends Exception
Exception that is thrown when an ID cannot be recognized in the current context.
See Also:
  • Constructor Details

    • CannotRecognizeIDException

      public CannotRecognizeIDException(String message)
      Constructor.
      Parameters:
      message - The exception message.