org.gcube.data.tml.exceptions
Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.