edu.agh.sr.madej
Class UserRejectedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.agh.sr.madej.UserRejectedException
All Implemented Interfaces:
java.io.Serializable

public class UserRejectedException
extends java.lang.Exception

Wyjatek wystepujacy przez podaniu przez klienta niewlasciwego identyfikatora.

See Also:
Serialized Form

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

UserRejectedException

public UserRejectedException()
Konstruktor bezargumentowy.


UserRejectedException

public UserRejectedException(java.lang.String message)
Konstruktor.

Parameters:
message - komunikat towarzoyszacy wyjatkowi

UserRejectedException

public UserRejectedException(java.lang.String message,
                             java.lang.Throwable cause)
Konstruktor.

Parameters:
message - komunikat towarzoyszacy wyjatkowi
cause - przyczyna wystapienia wyjatku

UserRejectedException

public UserRejectedException(java.lang.Throwable cause)
Konstruktor.

Parameters:
cause - przyczyna wystapienia wyjatku