Class ValidatingReferenceResolverException

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

@API(type=EXTENDABLE, src=PUBLIC) public class ValidatingReferenceResolverException extends Exception
Exception thrown if the source does not accept the target as a resolved reference
See Also:
  • Constructor Details

    • ValidatingReferenceResolverException

      public ValidatingReferenceResolverException(String errorMessage)
      Constructor.
      Parameters:
      errorMessage - The error message
    • ValidatingReferenceResolverException

      public ValidatingReferenceResolverException(String shortMessage, String errorMessage)
      Constructor.
      Parameters:
      shortMessage - The short error message. Sometimes the message which will be presented first time to the user is shorter than the original message.
      errorMessage - The error message
  • Method Details

    • getShortMessage

      public String getShortMessage()
      The short error message. Sometimes the message which will be presented first time to the user is shorter than the original message.
      Returns:
      Returns the short message of the exception.