com.arunta.base.exception
Class InvalidSettingsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arunta.base.exception.InvalidSettingsException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSettingsException
extends java.lang.Exception
implements java.io.Serializable

Total Recall VR system invalid settings exception.

Indicates that the system can not apply the new settings (configuration parameters) because of invalid or conflicting values.

See Also:
Serialized Form

Constructor Summary
InvalidSettingsException()
           
InvalidSettingsException(java.lang.String message)
           
InvalidSettingsException(java.lang.String message, java.lang.Throwable cause)
           
InvalidSettingsException(java.lang.Throwable cause)
           
 
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

InvalidSettingsException

public InvalidSettingsException()

InvalidSettingsException

public InvalidSettingsException(java.lang.String message)

InvalidSettingsException

public InvalidSettingsException(java.lang.Throwable cause)

InvalidSettingsException

public InvalidSettingsException(java.lang.String message,
                                java.lang.Throwable cause)


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.