org.apache.beehive.netui.util.exception
Class LocalizedUnsupportedOperationException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by UnsupportedOperationException
                  extended by LocalizedUnsupportedOperationException
All Implemented Interfaces:
Serializable

public class LocalizedUnsupportedOperationException
extends UnsupportedOperationException

See Also:
Serialized Form

Constructor Summary
LocalizedUnsupportedOperationException()
           
LocalizedUnsupportedOperationException(String message)
           
 
Method Summary
 String getLocalizedMessage()
           
 void setLocalizedMessage(String localizedMessage)
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalizedUnsupportedOperationException

public LocalizedUnsupportedOperationException()

LocalizedUnsupportedOperationException

public LocalizedUnsupportedOperationException(String message)
Method Detail

setLocalizedMessage

public void setLocalizedMessage(String localizedMessage)

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable