com.kuka.common.persistence.Level3Exceptions
Class RequestedDataNotAvailable

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.RequestedDataNotAvailable
All Implemented Interfaces:
Serializable

public class RequestedDataNotAvailable
extends DataSourceException

Exception if the requested data is not available.

See Also:
Serialized Form

Constructor Summary
RequestedDataNotAvailable(String reason)
          Constructor which adds a specified error message.
RequestedDataNotAvailable(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

RequestedDataNotAvailable

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

Parameters:
reason - the descriptive message.

RequestedDataNotAvailable

public RequestedDataNotAvailable(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.