com.kuka.common.exceptions
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.common.exceptions.KUKARuntimeException
                  extended by 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

Constructor Summary
NotSupportedException()
          Creates a new NotSupportedException with no parameters.
NotSupportedException(String message)
          Creates a new NotSupportedException with the specified exception message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.