Package com.saperion.ngc.exception
Class BinaryUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.ngc.exception.NgcException
-
- com.saperion.ngc.exception.BinaryUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class BinaryUnavailableException extends NgcException
Exception thrown if a binary could not be read.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryUnavailableException(java.lang.String message, java.lang.Throwable cause)
Constructor.
-