Class ContextRetrievalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fiware.mintaka.exception.ContextRetrievalException
All Implemented Interfaces:
Serializable

public class ContextRetrievalException extends RuntimeException
Should be thrown when a requested context could not have been retrieved.
See Also:
  • Constructor Details

    • ContextRetrievalException

      public ContextRetrievalException(String message, String contextAddress)
    • ContextRetrievalException

      public ContextRetrievalException(String message, Throwable cause, String contextAddress)