ru.tehkode.permissions.exceptions
Class RankingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ru.tehkode.permissions.exceptions.RankingException
All Implemented Interfaces:
Serializable

public class RankingException
extends Exception

See Also:
Serialized Form

Field Summary
protected  PermissionUser promoter
           
protected  PermissionUser target
           
 
Constructor Summary
RankingException(String message, PermissionUser target, PermissionUser promoter)
           
 
Method Summary
 PermissionUser getPromoter()
           
 PermissionUser getTarget()
           
 
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
 

Field Detail

target

protected PermissionUser target

promoter

protected PermissionUser promoter
Constructor Detail

RankingException

public RankingException(String message,
                        PermissionUser target,
                        PermissionUser promoter)
Method Detail

getTarget

public PermissionUser getTarget()

getPromoter

public PermissionUser getPromoter()


Copyright © 2011. All Rights Reserved.