org.gcube.informationsystem.publisher.stubs.registry.faults
Class CreateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gcube.informationsystem.publisher.stubs.registry.faults.PublisherException
                  extended by org.gcube.informationsystem.publisher.stubs.registry.faults.CreateException
All Implemented Interfaces:
Serializable

@WebFault(name="CreateFault")
public class CreateException
extends PublisherException

Thrown by RegistryStub.create(String, String) when something is failed on creation

See Also:
Serialized Form

Constructor Summary
CreateException(String message)
          Creates an instance with a given message and an AxisFaultInfo payload
 
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

CreateException

public CreateException(String message)
Creates an instance with a given message and an AxisFaultInfo payload

Parameters:
message - the message
info - the payload


Copyright © 2014. All Rights Reserved.