com.kuka.common.persistence.Level3Exceptions
Class RequestedDataMissing

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.persistence.DataSourceRuntimeException
                      extended by com.kuka.common.persistence.Level3Exceptions.RequestedDataMissing
All Implemented Interfaces:
Serializable

public class RequestedDataMissing
extends DataSourceRuntimeException

Exception if the requested data is not available.

See Also:
Serialized Form

Constructor Summary
RequestedDataMissing(String reason)
          Constructor which adds a specified error message.
RequestedDataMissing(String reason, Throwable cause)
          Constructs a new exception with a descriptive message and the underlying error reason.
 
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

RequestedDataMissing

public RequestedDataMissing(String reason)
Constructor which adds a specified error message.

Parameters:
reason - the descriptive message.

RequestedDataMissing

public RequestedDataMissing(String reason,
                            Throwable cause)
Constructs a new exception with a descriptive message and the underlying error reason.

Parameters:
reason - the descriptive message.
cause - the underlying error reason.


Copyright © 2019. All rights reserved.