org.gcube.data.tml.exceptions
Class UnsupportedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gcube.data.tml.exceptions.UnsupportedOperationException
All Implemented Interfaces:
Serializable

@Unrecoverable
public class UnsupportedOperationException
extends RuntimeException

Raised with requests to service operations that are not supported.

Author:
Fabio Simeoni
See Also:
Serialized Form

Constructor Summary
UnsupportedOperationException()
          Creates an instance.
UnsupportedOperationException(String msg)
          Creates an instance with a message.
 
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

UnsupportedOperationException

public UnsupportedOperationException()
Creates an instance.


UnsupportedOperationException

public UnsupportedOperationException(String msg)
Creates an instance with a message.

Parameters:
msg - the message


Copyright © 2012. All Rights Reserved.