org.dspace.app.xmlui.wing
Class WingOperationNotSupported

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.app.xmlui.wing.WingException
              extended by org.dspace.app.xmlui.wing.WingOperationNotSupported
All Implemented Interfaces:
Serializable

public class WingOperationNotSupported
extends WingException

A class representing an error generated by the Wing framework. This specific variation is to be thrown when the operation attempting to be performed by the Wing Framework is not supported.

Author:
Scott Phillips
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
WingOperationNotSupported(String message)
           
WingOperationNotSupported(String message, Throwable t)
           
WingOperationNotSupported(Throwable t)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

WingOperationNotSupported

public WingOperationNotSupported(String message)

WingOperationNotSupported

public WingOperationNotSupported(Throwable t)

WingOperationNotSupported

public WingOperationNotSupported(String message,
                                 Throwable t)


Copyright © 2012 DuraSpace. All Rights Reserved.