org.gcube.data.streams.exceptions
Class StreamPublishException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.data.streams.exceptions.StreamException
org.gcube.data.streams.exceptions.StreamPublishException
- All Implemented Interfaces:
- Serializable
public class StreamPublishException
- extends StreamException
A failure that occurs when a Stream cannot be published.
- 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 |
StreamPublishException
public StreamPublishException(Throwable cause)
- Creates an instance with a given cause.
- Parameters:
cause - the cause
StreamPublishException
public StreamPublishException(String msg,
Throwable cause)
- Creates an instance with a given message and a given cause.
- Parameters:
msg - the messagecause - the cause
Copyright © 2012. All Rights Reserved.