com.kuka.common.persistence.Level3Exceptions
Class DataToSaveIncorrect

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.kuka.common.exceptions.KUKAException
              extended by com.kuka.common.persistence.DataSourceException
                  extended by com.kuka.common.persistence.Level3Exceptions.DataToSaveIncorrect
All Implemented Interfaces:
Serializable

public class DataToSaveIncorrect
extends DataSourceException

Exception if the requested is not available.

See Also:
Serialized Form

Constructor Summary
DataToSaveIncorrect(String reason)
          Ctor to add a message.
DataToSaveIncorrect(String reason, Throwable cause)
          Ctor to add a 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

DataToSaveIncorrect

public DataToSaveIncorrect(String reason)
Ctor to add a message.

Parameters:
reason - Descriptive message.

DataToSaveIncorrect

public DataToSaveIncorrect(String reason,
                           Throwable cause)
Ctor to add a message.

Parameters:
reason - Descriptive message.


Copyright © 2019. All rights reserved.