com.kuka.roboticsAPI.persistenceModel
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.kuka.roboticsAPI.persistenceModel.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends RuntimeException

Persistence exception.

See Also:
Serialized Form
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Constructor Summary
PersistenceException()
          Creates a new instance of the class.
PersistenceException(SAXException cause)
          Creates a new instance of the class.
PersistenceException(SAXParseException cause)
          Creates a new instance of the class.
PersistenceException(String message)
          Creates a new instance of the class.
PersistenceException(String message, Throwable cause)
          Creates a new instance of the class.
PersistenceException(Throwable cause)
          Creates a new instance of the class.
 
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

PersistenceException

public PersistenceException()
Creates a new instance of the class.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

PersistenceException

public PersistenceException(String message,
                            Throwable cause)
Creates a new instance of the class.

Parameters:
message - exception message
cause - cause of the exception
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

PersistenceException

public PersistenceException(String message)
Creates a new instance of the class.

Parameters:
message - exception message
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

PersistenceException

public PersistenceException(Throwable cause)
Creates a new instance of the class.

Parameters:
cause - cause of the exception
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

PersistenceException

public PersistenceException(SAXParseException cause)
Creates a new instance of the class.

Parameters:
cause - cause of the exception
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

PersistenceException

public PersistenceException(SAXException cause)
Creates a new instance of the class.

Parameters:
cause - cause of the exception
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.