hr.irb.random
Class ServiceDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hr.irb.random.ServiceDeniedException
All Implemented Interfaces:
Serializable

public class ServiceDeniedException
extends Exception

QRBG.java (c) 2007 Brendan Burns, Portions (c) 2007 Radomir Stevanovic and Rudjer Boskovic Institute. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

See Also:
Serialized Form

Field Summary
(package private)  int reason
           
(package private)  int response
           
protected static String[] SERVER_REMEDY
           
protected static String[] SERVER_RESPONSES
           
 
Constructor Summary
ServiceDeniedException(int response, int reason)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVER_RESPONSES

protected static final String[] SERVER_RESPONSES

SERVER_REMEDY

protected static final String[] SERVER_REMEDY

response

int response

reason

int reason
Constructor Detail

ServiceDeniedException

public ServiceDeniedException(int response,
                              int reason)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Submit a bug or request a featureCopyright © (2008-2011) Roberto Javier Godoy
Project Web Hosted by SourceForge.netSouceForge.net is registered trademark of SourceForge, Inc., in the United States and other countries.