org.gcube.vremanagement.resourcemanager.client.exceptions
Class ResourcesCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gcube.vremanagement.resourcemanager.client.exceptions.ResourcesCreationException
All Implemented Interfaces:
Serializable

@Unrecoverable
@WebFault(name="ResourcesCreationFaultType")
public class ResourcesCreationException
extends Exception

See Also:
Serialized Form

Constructor Summary
ResourcesCreationException()
          Creates an instance.
ResourcesCreationException(String msg)
          Creates an instance with given message.
ResourcesCreationException(String msg, Throwable cause)
          Creates an instance with a given message and cause.
ResourcesCreationException(Throwable cause)
           
 
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

ResourcesCreationException

public ResourcesCreationException()
Creates an instance.


ResourcesCreationException

public ResourcesCreationException(String msg)
Creates an instance with given message.

Parameters:
msg - the message

ResourcesCreationException

public ResourcesCreationException(String msg,
                                  Throwable cause)
Creates an instance with a given message and cause.

Parameters:
msg - the message
cause - the cause

ResourcesCreationException

public ResourcesCreationException(Throwable cause)


Copyright © 2013. All Rights Reserved.