Class SdkElementNotFoundException

All Implemented Interfaces:
Serializable

public class SdkElementNotFoundException extends SdkException
Thrown when a ElementLoaderFactory cannot find the requested element.
See Also:
  • Constructor Details

    • SdkElementNotFoundException

      public SdkElementNotFoundException()
    • SdkElementNotFoundException

      public SdkElementNotFoundException(String message)
    • SdkElementNotFoundException

      public SdkElementNotFoundException(String message, Throwable cause)
    • SdkElementNotFoundException

      public SdkElementNotFoundException(Throwable cause)
    • SdkElementNotFoundException

      public SdkElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)