com.gentics.api.portalnode.connector
Class UnexptectedEmptySourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.gentics.api.lib.exception.NodeException
com.gentics.api.portalnode.connector.UnexptectedEmptySourceException
- All Implemented Interfaces:
- Serializable
public class UnexptectedEmptySourceException
- extends NodeException
- See Also:
- Serialized Form
UnexptectedEmptySourceException
public UnexptectedEmptySourceException()
- Create an instance of the exception
UnexptectedEmptySourceException
public UnexptectedEmptySourceException(String message)
- Create an instance of the exception with a message
- Parameters:
message
- message of the exception
UnexptectedEmptySourceException
public UnexptectedEmptySourceException(String message,
Throwable cause)
- Create an instance of the exception with a message and a cause
- Parameters:
message
- message of the exceptioncause
- cause of the exception
UnexptectedEmptySourceException
public UnexptectedEmptySourceException(Throwable cause)
- Create an instance of the exception with a cause
- Parameters:
cause
- cause of the exception
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.