Class MultipartObjectIdException

All Implemented Interfaces:
Serializable

public class MultipartObjectIdException extends ValueObjectException
Exception class for invalid multi-part ObjectIds
See Also:
  • Constructor Details

    • MultipartObjectIdException

      public MultipartObjectIdException(String strMessage, Throwable thE)
      Class constructor specifying a detailed message and the original thrown exception.
      Parameters:
      strMessage - the detailed message of this exception
      thE - the originally thrown exception
    • MultipartObjectIdException

      public MultipartObjectIdException(String strMessage)
      Class constructor specifying a detailed message.
      Parameters:
      strMessage - the message of this exception