com.kuka.common.exceptions
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.common.exceptions.KUKARuntimeException
com.kuka.common.exceptions.NotSupportedException
- All Implemented Interfaces:
- Serializable
public class NotSupportedException
- extends KUKARuntimeException
Exception thrown when the method or operation that was called is not support
by the system.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotSupportedException
public NotSupportedException()
- Creates a new
NotSupportedException with no parameters.
NotSupportedException
public NotSupportedException(String message)
- Creates a new
NotSupportedException with the specified exception
message.
- Parameters:
message - exception message
Copyright © 2019. All rights reserved.