com.openexchange.api
Class OXMandatoryFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.api.OXMandatoryFieldException
All Implemented Interfaces:
java.io.Serializable

public class OXMandatoryFieldException
extends java.lang.Exception

OXMandatoryfieldException

Author:
Sebastian Kauss
See Also:
Serialized Form

Constructor Summary
OXMandatoryFieldException()
           
OXMandatoryFieldException(java.lang.Exception exc)
           
OXMandatoryFieldException(java.lang.String message)
           
OXMandatoryFieldException(java.lang.String message, java.lang.Exception exc)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OXMandatoryFieldException

public OXMandatoryFieldException()

OXMandatoryFieldException

public OXMandatoryFieldException(java.lang.String message)

OXMandatoryFieldException

public OXMandatoryFieldException(java.lang.String message,
                                 java.lang.Exception exc)

OXMandatoryFieldException

public OXMandatoryFieldException(java.lang.Exception exc)