ar.com.jiji.kaya
Class RoleNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ar.com.jiji.kaya.KayaException
              extended by ar.com.jiji.kaya.RoleNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RoleNotFoundException
extends KayaException

Indica que el rol indicado no existe en la lista de permitidos.

Author:
lparra
See Also:
Serialized Form

Constructor Summary
RoleNotFoundException()
           
RoleNotFoundException(java.lang.String message)
           
RoleNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
RoleNotFoundException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleNotFoundException

public RoleNotFoundException()

RoleNotFoundException

public RoleNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)

RoleNotFoundException

public RoleNotFoundException(java.lang.String message)

RoleNotFoundException

public RoleNotFoundException(java.lang.Throwable cause)


Copyright © 2006 Kaya. All Rights Reserved.