org.gcube.vremanagement.resourcemanager.client.exceptions
Class NoSuchReportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gcube.vremanagement.resourcemanager.client.exceptions.NoSuchReportException
- All Implemented Interfaces:
- Serializable
@Unrecoverable
@WebFault(name="NoSuchReportFaultType")
public class NoSuchReportException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchReportException
public NoSuchReportException()
- Creates an instance.
NoSuchReportException
public NoSuchReportException(String msg)
- Creates an instance with given message.
- Parameters:
msg
- the message
NoSuchReportException
public NoSuchReportException(String msg,
Throwable cause)
- Creates an instance with a given message and cause.
- Parameters:
msg
- the messagecause
- the cause
NoSuchReportException
public NoSuchReportException(Throwable cause)
Copyright © 2014. All Rights Reserved.