Class MultipleThumbnailFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.basyx.aas.factory.exception.MultipleThumbnailFoundException
-
- All Implemented Interfaces:
Serializable
public class MultipleThumbnailFoundException extends IOException
This class is used to throw exception when an OPC package contains more than one Thumbnail- Author:
- danish
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleThumbnailFoundException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipleThumbnailFoundException
public MultipleThumbnailFoundException(String message)
-
-