COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.validation.internal.common
Class SMLValidatorUtil.RemoteRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.cosmos.rm.validation.internal.common.SMLValidatorUtil.RemoteRetrievalException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SMLValidatorUtil

public static class SMLValidatorUtil.RemoteRetrievalException
extends java.lang.Exception

Thrown when there is an error while retrieving a remote document

See Also:
Serialized Form

Constructor Summary
SMLValidatorUtil.RemoteRetrievalException(java.lang.Exception cause)
           
SMLValidatorUtil.RemoteRetrievalException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMLValidatorUtil.RemoteRetrievalException

public SMLValidatorUtil.RemoteRetrievalException(java.lang.String message)

SMLValidatorUtil.RemoteRetrievalException

public SMLValidatorUtil.RemoteRetrievalException(java.lang.Exception cause)

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification