org.kuali.student.r2.common.exceptions
Class UnsupportedActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kuali.student.r2.common.exceptions.UnsupportedActionException
All Implemented Interfaces:
Serializable

@WebFault(name="UnsupportedAction")
public class UnsupportedActionException
extends Exception

See Also:
Serialized Form

Constructor Summary
UnsupportedActionException()
           
UnsupportedActionException(String message)
           
UnsupportedActionException(String message, Throwable e)
           
 
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

UnsupportedActionException

public UnsupportedActionException()

UnsupportedActionException

public UnsupportedActionException(String message)

UnsupportedActionException

public UnsupportedActionException(String message,
                                  Throwable e)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.