Package org.opennms.jicmp.jna
Class UnsupportedPlatformException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.opennms.jicmp.jna.UnsupportedPlatformException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedPlatformException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedPlatformException()
UnsupportedPlatformException(java.lang.String message)
UnsupportedPlatformException(java.lang.String message, java.lang.Throwable throwable)
UnsupportedPlatformException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
UnsupportedPlatformException
public UnsupportedPlatformException()
-
UnsupportedPlatformException
public UnsupportedPlatformException(java.lang.String message)
-
UnsupportedPlatformException
public UnsupportedPlatformException(java.lang.Throwable throwable)
-
UnsupportedPlatformException
public UnsupportedPlatformException(java.lang.String message, java.lang.Throwable throwable)
-
-