org.n52.connectors.core.exceptions
Class IllegalConnectorRequest

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.n52.connectors.core.exceptions.N52Exception
              extended by org.n52.connectors.core.exceptions.IllegalConnectorRequest
All Implemented Interfaces:
java.io.Serializable

public class IllegalConnectorRequest
extends N52Exception

Will be returned if some errors have been detected in the request

Author:
martin schouwenburg
See Also:
Serialized Form

Constructor Summary
IllegalConnectorRequest(java.lang.String m)
           
IllegalConnectorRequest(java.lang.String string, org.apache.log4j.Logger logger, org.apache.log4j.Level error)
           
 
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

IllegalConnectorRequest

public IllegalConnectorRequest(java.lang.String m)

IllegalConnectorRequest

public IllegalConnectorRequest(java.lang.String string,
                               org.apache.log4j.Logger logger,
                               org.apache.log4j.Level error)