Package org.jboss.set.aphrodite.domain
Class StreamComponentUpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.set.aphrodite.domain.StreamComponentUpdateException
-
- All Implemented Interfaces:
Serializable
public class StreamComponentUpdateException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamComponentUpdateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, StreamComponent component)StreamComponentUpdateException(String message, Throwable cause, StreamComponent component)StreamComponentUpdateException(String message, StreamComponent component)StreamComponentUpdateException(Throwable cause, StreamComponent component)StreamComponentUpdateException(StreamComponent component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamComponentgetStreamComponent()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamComponentUpdateException
public StreamComponentUpdateException(StreamComponent component)
-
StreamComponentUpdateException
public StreamComponentUpdateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, StreamComponent component)
-
StreamComponentUpdateException
public StreamComponentUpdateException(String message, Throwable cause, StreamComponent component)
-
StreamComponentUpdateException
public StreamComponentUpdateException(String message, StreamComponent component)
-
StreamComponentUpdateException
public StreamComponentUpdateException(Throwable cause, StreamComponent component)
-
-
Method Detail
-
getStreamComponent
public StreamComponent getStreamComponent()
-
-